The fork() System Call
Explore how the fork system call creates new processes by duplicating the calling process in UNIX. Understand the behavior of parent and child processes, their process identifiers, and how CPU scheduling causes nondeterministic execution order.
We'll cover the following...
Running p1.c
fork() system call is used to create a new process