FC0-U61 · Question #589
A group of interns will be on the network over the next seven days. They will need access to the file server. Which of the following should be implemented?
The correct answer is B. Permissions. This question asks what specific control mechanism is needed to grant a temporary group of users access to a file server.
Question
A group of interns will be on the network over the next seven days. They will need access to the file server. Which of the following should be implemented?
Options
- AUsernames
- BPermissions
- CGroup objects
- DPasswords
How the community answered
(45 responses)- A16% (7)
- B76% (34)
- C7% (3)
- D2% (1)
Why each option
This question asks what specific control mechanism is needed to grant a temporary group of users access to a file server.
Usernames identify individual users, but they alone do not grant or deny access to resources.
Permissions dictate what actions users or groups can perform on a resource, such as reading, writing, or modifying files on a file server. Implementing appropriate permissions ensures that the interns have the necessary access to the file server while preventing unauthorized operations.
Group objects are used to logically organize multiple users to simplify permission management, but the group itself doesn't grant access; permissions must be applied to the group.
Passwords are used for authenticating users, proving their identity, but they do not define what resources the authenticated user can access.
Concept tested: File system permissions and access control
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/security-compliance/access-control-overview
Topics
Community Discussion
No community discussion yet for this question.