Solved

From a Bash Shell, Which of the Following Commands Directly

Question 105

Multiple Choice

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 choices.)


A) source / 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
E) run / usr /local/bin/runme.sh

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions