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)- A8% (2)
- C4% (1)
- E88% (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.