Next | Unix Command Internals | 6 |
One of the major duties of the Unix kernel is to manage processes
Two of its primitive functions are fork and exec
fork: create a new process
exec: replace a process's object code with the contents of a file
Next | Copyright © 2003 M. J. Dominus |