How to Run Linux Background Jobs
A task can usually be started and run as a background task by putting a ‘&’ at the end of the command line.
If a task was started and is running in the foreground, it is still possible to move it to the background without cancelling it. To move a task from the foreground to the background perform the following steps:
1. CTRL-Z (That is, while holding the CTRL key down, tap the ‘z’ key) This will suspend the current foreground job (task).
2. Enter the job control command ‘bg’
3. Tap the ‘Enter’ key
The job is now running in the background.
Useful commands to see which jobs are still running is the ‘jobs’ or the ‘ps ua’ commands. If the ‘jobs’ command is used, a background jobs can be brought to the foreground with the command fg n where n is the job (not the PID) number.
| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
| « Feb | ||||||
| 1 | 2 | 3 | 4 | 5 | ||
| 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 13 | 14 | 15 | 16 | 17 | 18 | 19 |
| 20 | 21 | 22 | 23 | 24 | 25 | 26 |
| 27 | 28 | 29 | 30 | 31 | ||
Recent Posts
- Fuji Natura Classica Set 4 Orlando Universal Studios (Kodak 400 24 exp)
- Fuji Natura Classica Set 3 Chicago Auto Show (Fujifilm Superia 1600)
- Assessment of Agreements
- Sliced Inverse Regression
- Merge *.001-*.00x files in Ubuntu
- Sophia S. Yu (余蕣華)
- Advanced Bash-Scripting Guide
- VM LG Optimus V root+刷机经验
- Miami & Key West, 7/31 ~ 8/3, 2011
- Fuji Natura Classica Set 2 Key West & Miami Beach (Fujifilm Pro 160 S)




