Processes


Every time a user issues a command, a program is run and one or more processes are generated.

Processes exist in a hierarchy. After the kernel is loaded in memory on boot, the first process is initiated which - in turn - starts other processes, which, again, can start other processes.

Important

Each process has a unique identifier PID and a parent process identifier PPID.

Here are some commands to analyze processes.