
Background Processing in Unix
A mechanism used to run a program in the background, without input from a terminal or from the user. Also called detached processing. To start a background process, end the command line with the ampersand (&); you do not have to wait for this background processing. Both the Bourne shell and the C shell slow […]