Linux Shell Guide
Linux Shell Guide
Jobs
1
2
3
4
5
6
7
8
9
# putting the current application in the background
[control]+z - Application in the background
jobs - Show Backgroundjobs
fg - Application to Foreground (fg)
bg - Execute Job in Background
fg % 1 - 1 Job to Foreground
[command] & - runs the command as a background job
references
This post is licensed under CC BY 4.0 by the author.