Valid XK0-005 Dumps shared by EduDump.com for Helping Passing XK0-005 Exam! EduDump.com now offer the newest XK0-005 exam dumps, the EduDump.com XK0-005 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-005 dumps with Test Engine here:
A Linux administrator needs to set the permissions on a server. The administrator wants to have the files within the directory set to read-write permissions and the directory set to read-write- execute permissions. Which of the following commands should the administrator use?
Correct Answer: C
setfacl (Set File Access Control Lists) is used to define more granular permissions for files and directories. chmod 0022 sets specific permissions on files but does not affect newly created files. chown 0027 is incorrect because chown is used to change file ownership, not permissions. umask 0077 restricts permissions too much, making files private rather than just read/write.