nerdexam
LPI

101-500 · Question #362

Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?

The correct answer is E. run /usr/local/bin/runme.sh. You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Shells and Shell Scripting

Question

Which of the following commands will NOT execute the bash script /usr/local/bin/runme.sh?

Options

  • Asource /usr/local/bin/runme.sh
  • B. /usr/local/bin/runme.sh
  • C/bin/bash /usr/local/bin/runme.sh
  • D/usr/local/bin/runme.sh
  • Erun /usr/local/bin/runme.sh

How the community answered

(26 responses)
  • A
    8% (2)
  • C
    4% (1)
  • E
    88% (23)

Explanation

You've hit your Sonnet limit · resets Jun 8, 9am (UTC)

Topics

#script execution#bash commands#shell sourcing#command invocation

Community Discussion

No community discussion yet for this question.

Full 101-500 Practice