220-802 · Question #437
By default, a file or folder will receive its NTFS permissions from the parent folder. Which of the following does this describe?
The correct answer is F. Inheritance. NTFS inheritance is the mechanism by which files and subfolders automatically receive the same permissions as their parent folder unless explicitly overridden.
Question
By default, a file or folder will receive its NTFS permissions from the parent folder. Which of the following does this describe?
Options
- APermission propagation
- BSingle sign-on
- CClient-side virtualization
- DProxy settings
- ERecovery image
- FInheritance
How the community answered
(39 responses)- A3% (1)
- D3% (1)
- F95% (37)
Why each option
NTFS inheritance is the mechanism by which files and subfolders automatically receive the same permissions as their parent folder unless explicitly overridden.
Permission propagation is not a standard NTFS or Windows security term - the correct technical term for this behavior is inheritance.
Single sign-on (SSO) is an authentication method that allows a user to log in once and access multiple systems without re-entering credentials - unrelated to folder permissions.
Client-side virtualization refers to running virtual machines on a local endpoint device and has no connection to NTFS permission behavior.
Proxy settings configure how a system routes network requests through an intermediary server and are unrelated to file system permissions.
A recovery image is a stored snapshot of a system used to restore it to a known state and has nothing to do with permission assignment.
NTFS inheritance means that when a new file or subfolder is created within a parent folder, it inherits the access control entries (ACEs) from the parent's Access Control List (ACL) by default. This simplifies permission management because administrators can set permissions once at the folder level and have them flow down to all child objects. Inheritance can be blocked on individual objects if different permissions are required.
Concept tested: NTFS permission inheritance from parent folder
Source: https://learn.microsoft.com/en-us/windows/security/threat-protection/security-policy-settings/access-control-and-user-account-control
Topics
Community Discussion
No community discussion yet for this question.