nerdexam
LPI

101-350 · Question #51

What is the purpose of the & character at the end of a command line?

The correct answer is B. It causes the command to be run in the background of the current shell. See the full explanation below for the reasoning.

Question

What is the purpose of the & character at the end of a command line?

Options

  • AIt causes standard error to be unbuffered.
  • BIt causes the command to be run in the background of the current shell.
  • CIt puts the command under the job control facilities of the current shell.
  • DIt causes the command to be run as a child of the initial login shell of the user.

How the community answered

(21 responses)
  • A
    5% (1)
  • B
    81% (17)
  • C
    5% (1)
  • D
    10% (2)

Community Discussion

No community discussion yet for this question.

Full 101-350 Practice