What is a Process
An instance of a program is called a Process.
Any command that you give to your Linux machine starts a new process.
It is possible that for the same program we have multiple processes.
Types of Processes
-
Foreground Processes
-
Background Processes