Move job to background and foreground
while job is running in foreground
- CTRL+Z
- type “bg”
- hit Enter
To see what jobs are running in the background
- type “jobs” and hit Enter
- OR
- type “ps ua” and hit Enter
To move job back to the foreground
- type “fg n” and hit Enter (where “n” is the job number you found from above steps
