CompTIA
LX0-103 · Question #205
LX0-103 Question #205: Real Exam Question with Answer & Explanation
Sign in or unlock LX0-103 to reveal the answer and full explanation for question #205. The question stem and answer options stay visible for context.
GNU and Unix Commands
Question
From a Bash shell, which of the following commands directly executes the instruction from the file /usr/ local/bin/runme.sh without starting a subshell? (Please select TWO answers.)
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
Unlock LX0-103 to see the answer
You've previewed enough free LX0-103 questions. Unlock LX0-103 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#bash#source command#shell execution#subshell