...

/

Processes

Processes

Go through the basic concepts about the system processes and the command to get their status.

We'll cover the following...

A process is a running instance created when a program or a software system is initiated. They can be perceived as programs in action. Processes are often referred as tasks.

PID:

Every process has a unique identifier assigned to it at the time of its creation, known as PID (process identifier). ...