Previous Section  < Day Day Up >  Next Section

LAB 49: JOB CONTROL

  1. What is the difference between a program and a process? What is a job?

  2. What is the PID of your shell?

  3. How do you stop a job?

  4. What command brings a background job into the foreground?

  5. How do you list all running jobs? All stopped jobs?

  6. What is the purpose of the kill command?

  7. What does jobs �l display? What does kill �l display?

    Previous Section  < Day Day Up >  Next Section