Continuing from the previous post, we discuss operations on processes. In this post, we discuss process creation in detail. Process creation using fork() system call, process tree, example of process creation using UNIX system calls [fork(), exec(), wait() ] have been discussed here. OPERATIONS ON PROCESSES Process Creation Each process usually Read More …