List of questions
Related questions
Question 319 - XK0-005 discussion
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?
A.
chown root startup.sh
B.
chmod 750 startup.sh
C.
chmod -x startup.sh
D.
chmod 400 startup.sh
Your answer:
0 comments
Sorted by
Leave a comment first