LPIC-1 Exam 101 (Linux Administrator) — Question 55

Which of the following commands moves and resumes in the background the last stopped shell job?

Answer options

Correct answer: B

Explanation

The correct command to move a stopped job to the background is 'bg', which stands for background. The other options, 'run', 'fg', and 'back', do not perform this function; 'fg' actually brings a job to the foreground, while 'run' and 'back' are not valid commands in this context.