Novell
050-720 · Question #106
In a Linux system, you want to run a new job in the shell by suspending the current job and return back to the suspended job later. What should you do to accomplish the task?
The correct answer is C. Type C-z to suspend or stop the foreground job. See the full explanation below for the reasoning.
Question
In a Linux system, you want to run a new job in the shell by suspending the current job and return back to the suspended job later. What should you do to accomplish the task?
Options
- AEnd the input line with an ampersand (`&')
- BType fg to move the foreground job to the background.
- CType C-z to suspend or stop the foreground job
- DSimply type jobs.
How the community answered
(42 responses)- A2% (1)
- B5% (2)
- C83% (35)
- D10% (4)
Community Discussion
No community discussion yet for this question.