What is the difference between a program and a process? What is a job?
What is the PID of your shell?
How do you stop a job?
What command brings a background job into the foreground?
How do you list all running jobs? All stopped jobs?
What is the purpose of the kill command?
What does jobs �l display? What does kill �l display?