What Is a Process?


A process is an instance of a program in execution.



It can be:


A program you start manually (Firefox, Terminal, Bash)
A background service (nginx, sshd, cron)
A helper process started by another program







Once a program starts running, it becomes a process.







Process as an Independent Execution Unit


Each...