Valid XK0-005 Dumps shared by ExamDiscuss.com for Helping Passing XK0-005 Exam! ExamDiscuss.com now offer the newest XK0-005 exam dumps, the ExamDiscuss.com XK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-005 dumps with Test Engine here:
A Linux systems administrator is trying to execute a particular shell script on a server. The administrator reviews the following outputs: shell $ ./startup.sh bash: ./startup.sh: Permission denied $ ls -l startup.sh -rw-rw-r-- 1 companyabc companyabc 18 October 15:35 startup.sh Which of the following commands should the administrator use to allow the script to run?
Correct Answer: B
The script is missing the execute permission. Using chmod 750 startup.sh adds execute permissions for the owner and grants read and execute permissions for the group, allowing the script to run. Without execute permissions, the shell cannot run the script.