CompTIA PenTest+ PT0-002 – Question001

Which of the following commands will allow a penetration tester to permit a shell script to be executed by the file owner?

A.
chmod u+x script.sh
B. chmod u+e script.sh
C. chmod o+e script.sh
D. chmod o+x script.sh

Correct Answer: A

Explanation: