PDF BOOK Processes Example Unix Program: Fork

Operating SystemsExample Unix Program: Explanation fork() forks a new child process that is a copy of the parent. execlp() replaces the program of the fork 



--------------