Linux Foundation Certified System Administrator (LFCS) — Question 95
Which of the following commands moves and resumes in the background the last stopped shell job?
Answer options
- A. run
- B. bg
- C. fg
- D. back
Correct answer: B
Explanation
The command 'bg' is specifically designed to resume a stopped job in the background. The other options do not serve this purpose: 'run' is not a standard shell command, 'fg' brings a job to the foreground instead, and 'back' is not a recognized command in this context.