Which of the following statements is correct for a command line ending with a & character?
A.
The command’s output is redirected to/dev/null.
B.
The result of the command defines if the next command will be run.
C.
Thecommand is run in background of the current shell.
D.
The command is run as a direct child of theinitprocess.