ExamQuestions.com

Register
Login
CompTIA Linux+ Exam Questions

CompTIA

CompTIA Linux+

106 / 135

Question 106:

An administrator has written the following Bash script: 
image
All necessary files exist in the correct locations. However, when the administrator executes /home/user/test.sh the following error is received: No such file or directory - Which of the following is the MOST likely cause of the error? 

Answer options:

A. The shebang points to the wrong path.
B. The script is not executable.
C. The formatting of the file is incorrect.
D. Nslookup is not installed.