Processes
init - Receives PID of 1. program that runs when Linux starts. init will launch several processes and call init scritps.
Many of these services are called daemons... or programs that run in the background without having any user inteface.
A process can launch another process - the new process is said to be a child process of the parent.