What is true regarding the statement beginning with #! that is found in the first line of a script?
Correct Answer:
B
🗳️
Which Bash option prevents a user from accidentally overwriting a file with a ">"?
Correct Answer:
C
🗳️
Which of the following commands prints the exit value of the most recently executed program in Bash?
Correct Answer:
A
🗳️
SIMULATION -
What word will complete an if statement in bash such as the following: if [ -x "$file" ]; then echo $file _____
(Please provide the missing word only)
Correct Answer:
fi