nerdexam
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

XK0-005 question #1777 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)
  • A
    75% (48)
  • B
    14% (9)
  • C
    8% (5)
  • D
    3% (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.

Full XK0-005 Practice