Question 106 of 135 from exam XK0-004: CompTIA Linux+

Question 106 of 135 from exam XK0-004: CompTIA Linux+

Question

An administrator has written the following Bash script:

/nome/user/test.sh

#!/usr/bin/sh
for i in ‘cat /home/user/iplist.txt*
do
nslookup $i
done
echo

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.