LX0101 Linux Part 1 Free Practice Test — 30 Questions

30 questions · Full explanations · No account required

Free
Question 1 of 30

Anya, a system administrator at a burgeoning tech firm, is tasked with configuring access to a critical project repository located at `/srv/project_alpha`. The firm operates under strict internal data governance policies, emphasizing principle of least privilege. The project is being handled by a distinct team of developers, who require the ability to read, write, and execute files within this directory. However, all other users on the system must be prevented from accessing any content within `/srv/project_alpha`. Additionally, Mr. Chen, the project lead, needs unrestricted administrative oversight of the directory\'s contents, including the ability to modify file ownership and permissions as needed for project management. Which method most effectively and securely establishes this access control structure while adhering to the firm\'s policies?

Create a new group, add the development team members to this group, set the directory's ownership to the root user and the new group, and assign permissions of 770 to the directory.
Modify the permissions of `/srv/project_alpha` to 777, ensuring all users have full access, and instruct Mr. Chen to manage individual user access through `sudo` commands.
Remove all existing permissions from `/srv/project_alpha` and grant only the root user read, write, and execute permissions, then instruct Mr. Chen to grant specific user permissions as required.
Establish a new group for the project, add the development team members and Mr. Chen to this group, and set the directory's permissions to 775, allowing group members read, write, execute, and others read and execute access.

About the LX0101 Linux Part 1 Certification

These free practice questions are designed to help you assess your readiness for the LX0101 Linux Part 1 exam by Other. Each question comes with a detailed explanation to reinforce the correct concept. For a complete exam preparation experience with hundreds of questions, spaced-repetition study tools, and full exam simulations, explore our premium access.