Solved

The First Line of an Executable Script Needs to Be

Question 17

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:

verifed

Verified

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

Related Questions