Introducing UNIX and Linux |
Processes and devicesOverview |
Process controlTo illustrate how we can control processes, we use as an example
the command
So
After 100 seconds process number 16403 will terminate. The system confirms that the command has been sent to run in the background by printing a line containing jobnumber (enclosed in square brackets), and the process ID number (16403) of the command. Jobs are discussed later on in this chapter. |
Copyright © 2002 Mike Joy, Stephen Jarvis and Michael Luck