About this document
Unix Process Creation System Calls by Kevin Ndemo is a document available to read on EtoBox.
System calls allow user processes to request services from the operating system. The five major process management activities of an operating system are process creation and deletion, suspension and resumption, synchronization, communication, and deadlock handling. In Unix, starting a new process requires a fork system call followed by an exec system call. The layered approach to system design has advantages like modularity, easier debugging and modification, and restricted information access; disadvantages
- Author
- Kevin Ndemo
- Language
- EN