This Is Your Life…Cycle
Fork and Exec is used to create new processes from other processes
All processes, except those created by the kernel at boot time are descendants of the init process (PID 1)
Child process that outlive their parents are adopted by PID 1