Valid XK0-006 Dumps shared by EduDump.com for Helping Passing XK0-006 Exam! EduDump.com now offer the newest XK0-006 exam dumps, the EduDump.com XK0-006 exam questions have been updated and answers have been corrected get the newest EduDump.com XK0-006 dumps with Test Engine here:
User1 reports " access denied " errors while trying to execute app. Given the following outputs: Which of the following options will remediate this issue?
Correct Answer: A
According to the output of getfacl app, user1 has only " rw " (read and write) permissions, but lacks " x " (execute). Without execute permission, user1 cannot run the file. To allow user1 to execute app, you must update the ACL to add execute permission (e.g., setfacl -m u:user1:rwx app). Modifying " others " permissions (option B) is not secure or necessary, adding user1 to the wheel group (option C) is unrelated, and moving the file (option D) does not resolve permission issues. Reference: CompTIA Linux+ Study Guide: Exam XK0-006, Sybex, Chapter 7: " Securing Linux Systems " , Section: " Managing File and Directory Permissions and ACLs " CompTIA Linux+ XK0-006 Objectives, Domain 3.0: Security