Linux Background Jobs
Suspend a job and send it to the background:
$ Ctrl+Z
Resumes jobs that have been suspended, and keeps them running in the background:
$ bg
Bring most recently suspended background job to foreground:
$ fg
Display status of jobs in the current session...
danial.au1 min read