nerdexam
CompTIA

XK0-006 · Question #135

A Linux administrator has been informed that user alpha is able to successfully access the /project2/data/ directory, but user beta is not. The administrator observes the following during…

The correct answer is D. There is an ACL configured for user alpha on the /project2/data directory. The directory has an ACL entry explicitly granting user alpha read and execute permissions. This user-specific ACL allows alpha to access the directory regardless of standard owner, group, or other permissions, while user beta has no such ACL entry and therefore cannot access…

Troubleshooting and Diagnostics

Question

A Linux administrator has been informed that user alpha is able to successfully access the /project2/data/ directory, but user beta is not. The administrator observes the following during troubleshooting:

The directory permissions are as follows:

Which of the following would most likely cause the access discrepancy?

Exhibit

XK0-006 question #135 exhibit

Options

  • AUser beta is not a member of the project2 group or subgroups.
  • BThere is an SELinux context preventing user beta from accessing the directory.
  • CUser alpha is a member of a group nested within the project2 group.
  • DThere is an ACL configured for user alpha on the /project2/data directory.

How the community answered

(41 responses)
  • A
    15% (6)
  • B
    10% (4)
  • C
    2% (1)
  • D
    73% (30)

Explanation

The directory has an ACL entry explicitly granting user alpha read and execute permissions. This user-specific ACL allows alpha to access the directory regardless of standard owner, group, or other permissions, while user beta has no such ACL entry and therefore cannot access it under the same conditions.

Topics

#ACL#file permissions#group membership#access control

Community Discussion

No community discussion yet for this question.

Full XK0-006 Practice