Which of the following commands will allow a penetration tester to permit a shell script to be executed by the file owner?
chmod u+x script.sh
chmod u+e script.sh
chmod o+e script.sh
chmod o+x script.sh
Submit