Novell
050-720 · Question #144
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 B. 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
- AType fg to move the foreground job to the background.
- BType C-z to suspend or stop the foreground job
- CSimply type jobs.
- DEnd the input line with an ampersand (`&')
How the community answered
(32 responses)- A9% (3)
- B72% (23)
- C16% (5)
- D3% (1)
Community Discussion
No community discussion yet for this question.