CompTIA
XK0-005 · Question #1777
User1 reports "access denied" errors while trying to execute app. Given the following outputs: Which of the following options will remediate this issue?
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?
Exhibit
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
How the community answered
(64 responses)- A75% (48)
- B14% (9)
- C8% (5)
- D3% (2)
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.
