Valid SK0-005 Dumps shared by ExamDiscuss.com for Helping Passing SK0-005 Exam! ExamDiscuss.com now offer the newest SK0-005 exam dumps, the ExamDiscuss.com SK0-005 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com SK0-005 dumps with Test Engine here:
An administrator discovers a Bash script file has the following permissions set in octal notation; 777 Which of the following is the MOST appropriate command to ensure only the root user can modify and execute the script?
Correct Answer: A
Explanation chmod is a command-line tool that changes the permissions of files and directories in Linux and Unix systems. chmod go-rwx means to remove read, write, and execute permissions for group and other users from a file or directory. This can ensure only the root user can modify and execute the script, since root user has full access to all files and directories regardless of their permissions. References: https://linux.die.net/man/1/chmod