LPI
101-500 · Question #412
Which of the following statements is correct for a command line ending with a & character?
The correct answer is C. The command is run in background of the current shell. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Shells and Shell Scripting
Question
Which of the following statements is correct for a command line ending with a & character?
Options
- AThe command's output is redirected to /dev/null.
- BThe result of the command defines if the next command will be run.
- CThe command is run in background of the current shell.
- DThe command is run as a direct child of the init process.
How the community answered
(20 responses)- A5% (1)
- B5% (1)
- C90% (18)
Explanation
You've hit your Sonnet limit · resets Jun 8, 9am (UTC)
Topics
#background processes#shell operators#job control#command execution
Community Discussion
No community discussion yet for this question.