The fork() System Call
In this lesson, you will have a look at the `fork()` system call in UNIX systems.
We'll cover the following...
Running p1.c
fork()
system call is used to create a new process
In this lesson, you will have a look at the `fork()` system call in UNIX systems.
p1.c
fork()
system call is used to create a new process