A Linux administrator created a script that will run at startup. After successfully writing the script, the administrator received me following output when trying to execute the script:
Bash ./startup,sh:Permission denied
Which of the following commands would BEST resolve the error message?
Select an option, then click Submit answer.
-
○
Chmod +w startup.sh
-
○
Chmod 444 startup.sh
-
○
Chmod+x startup.sh
-
○
Chmod 466 startUp,sh