Solved

How Is It Possible to Determine If an Executable File

Question 16

Multiple Choice

How is it possible to determine if an executable file is a shell script which is read by Bash?


A) The r bit is set.
B) The file must end with .sh.
C) The first line starts with #!/bin/bash.
D) /bin/bash has to be run in debug mode.
E) Scripts are never executable files.

Correct Answer:

verifed

Verified

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

Related Questions