Processes

1 / 9

Every running program on a Linux machine is a process, and every process has a number — its PID. Almost all operational work comes down to three questions: what's running, what is it doing, and how do I make it stop.

Finish →