LPI
101-500 · Question #231
Which of the following explanations are valid reasons to run a command in the background of your shell?
The correct answer is B. The command has to run immediately but the user needs to log out. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Shells and Shell Scripting
Question
Which of the following explanations are valid reasons to run a command in the background of your shell?
Options
- AThe command does not need to execute immediately.
- BThe command has to run immediately but the user needs to log out.
- CThe system is being shut down and the command needs to restart execution immediately
- DThe command can run at a lower priority than normal commands run on the command line.
How the community answered
(37 responses)- B92% (34)
- C5% (2)
- D3% (1)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#background processes#job control#terminal sessions#process management
Community Discussion
No community discussion yet for this question.