nerdexam
LPI

102-500 · Question #86

What is true regarding the statement beginning with #! that is found in the first line of script? (Choose two.)

The correct answer is B. it triggers the installation of the script's interpreter. C. It specifies the path and the arguments of the interpreter used to run the script. See the full explanation below for the reasoning.

Question

What is true regarding the statement beginning with #! that is found in the first line of script? (Choose two.)

Options

  • AIt prevents the scripts from being executed until the ! is removed.
  • Bit triggers the installation of the script's interpreter.
  • CIt specifies the path and the arguments of the interpreter used to run the script.
  • DIt defines the character encoding of the script.
  • EIt is a comment that is ignored by the script interpreter.

How the community answered

(37 responses)
  • A
    3% (1)
  • B
    81% (30)
  • D
    8% (3)
  • E
    8% (3)

Community Discussion

No community discussion yet for this question.

Full 102-500 Practice