Fork System Call | L:1 | Operating System | Ravindrababu Ravula | GATE/ESE CSE
The fork system call is used to create a new process. The newly created process is the child process. The process which calls fork and creates a new process is the parent process. The child and parent processes are executed concurrently. But the child and parent processes reside in different memory ...