Linux Shell Guide
Jobs
# 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