CompTIACompTIA
XK0-005 · Question #1777
XK0-005 Question #1777: Real Exam Question with Answer & Explanation
The correct answer is A: Providing execute permissions to user1 in the ACL. The ACL shows (read/write) but no execute bit for user1. Granting execute permission in the ACL (for example, setfacl -m u:user1:rx app) will allow user1 to run the
Troubleshooting
Question
User1 reports "access denied" errors while trying to execute app. Given the following outputs: Which of the following options will remediate this issue?
Options
- AProviding execute permissions to user1 in the ACL
- BModifying the permissions for others to grant read, write, and execute
- CAdding user1 to the wheel group
- DMoving to a different folder
Explanation
The ACL shows (read/write) but no execute bit for user1. Granting execute permission in the ACL (for example, setfacl -m u:user1:rx app) will allow user1 to run the
Topics
#File Permissions#ACLs#Access Control#Troubleshooting
Community Discussion
No community discussion yet for this question.