fork and exec system calls in Linux
fork and exec system calls are used to create new processes to execute programs. fork and exec calls are explained with example programs.
0 Comments
September 30, 2018
fork and exec system calls are used to create new processes to execute programs. fork and exec calls are explained with example programs.
Program, process and threads are important concepts. The definition and relationship between program, process and threads is explained.