System
Every command you run, every service that starts, every script you execute — it all becomes a process. Understanding how Linux tracks and manages running programs is the entry point to everything in system administration.
-
What processes are, how to find them with
psandtop, how to send signals, and the parent-child relationships that govern how Linux cleans up after itself.
What's Next
Ready to automate what you've learned? Head to Bash Scripting — the series that takes you from running commands to writing scripts that run them for you.