Multiple Choice
The first line of an executable script needs to be #!/bin/bash, in order to
A) Inform the shell which shell interpreter to use to execute the script
B) Remind the user of the shell interpreter to use when executing the script
C) Remind the user of the shell interpreter used to create the script
D) Serve as a comment for the shell interpreter when executing the script
Correct Answer:

Verified
Correct Answer:
Verified
Q12: The command that will create a new
Q13: Consider the following script. The output
Q14: An infinite loop a loop that runs
Q15: Consider the following script. The output will
Q16: Consider the following script. The output
Q18: A specific set of commands is to
Q19: In programming languages, loops are used to<br>A)
Q20: Environment variables are<br>A) Variables describing the user's
Q21: The command to view the contents of
Q22: The redirect operator used to send the