SK0-005 · Question #128
SK0-005 Question #128: Real Exam Question with Answer & Explanation
The correct answer is C: Create a group that includes all users and assign the proper permissions.. {"question_number": 7, "question": "A server administrator needs to create a new folder on a file server that only specific users can access. Which of the following BEST describes how the server administrator can accomplish this task?", "correct_answer": "C. Create a group that i
Question
A server administrator needs to create a new folder on a file server that only specific users can access. Which of the following BEST describes how the server administrator can accomplish this task?
Options
- ACreate a group that includes all users and assign it to an ACL.
- BAssign individual permissions on the folder to each user.
- CCreate a group that includes all users and assign the proper permissions.
- DAssign ownership on the folder for each user.
Explanation
{"question_number": 7, "question": "A server administrator needs to create a new folder on a file server that only specific users can access. Which of the following BEST describes how the server administrator can accomplish this task?", "correct_answer": "C. Create a group that includes all users and assign the proper permissions.", "explanation": "Best practice for access management is to create a security group containing only the specific authorized users, then assign the required permissions to that group on the folder. This approach is scalable, easy to audit, and straightforward to manage-adding or removing access is done by modifying group membership rather than touching folder permissions directly. Option A is incorrect because it says to create a group that includes ALL users, which would grant access to everyone rather than restricting it. Option B (assigning permissions to each individual user) is technically functional but is operationally inefficient and harder to audit as the user count grows. Option D (assigning folder ownership) does not grant access to multiple users in a controlled, least-privilege manner.", "generated_by": "claude-sonnet", "llm_judge_score": 3}
Topics
Community Discussion
No community discussion yet for this question.