Date: 1/22/2014 |
|
|
Processes with Input/Output detached from the terminal are called background processes. Exercise In a terminal window, run gimp graphics software:
Suspend the interactive process, gimp, and move it to the background:
Now the shell can be used for running the other commands and applications. Move the background job (with its ID) back to the foreground and terminate gimp process:
|