Controlling processes
The UNIX system is designed to hold many programs in
memory. Although the computer can only execute one program at a
time, by swapping between programs frequently it can maintain the
illusion that it is running them simultaneously.
A program that is being executed by the UNIX system gives rise to a
process.
This chapter contains the following information about processes: