The correct option is (d) create a new job
Easy explanation: If we are using the C, Korn or Bash shell then we can use their job control facilities to manipulate jobs. Job control in these shells means that we can :
• Relate a job to the background (bg)
• bring it back to the foreground (fg)
• kill a job (kill)
• list the active jobs (jobs)
• suspend a foreground job (ctrl-Z)