A technician creates a new subfolder inside an existing NTFS folder that already has explicit permissions assigned. Which of the following best describes what happens to the subfolder's permissions immediately after it is created, assuming the default Windows settings have not been changed?
It inherits only Read permission, regardless of what permissions exist on the parent folder.
It is automatically granted Full Control to the Everyone group, regardless of the parent's permissions.
It inherits all of the parent folder's permissions automatically, though those permissions can later be overridden or removed.
It receives no permissions at all until an administrator explicitly assigns them.
By default, NTFS uses permission inheritance. Any child object (file or subfolder) automatically receives the same access control entries as its parent folder when it is created. Administrators can later break this inheritance or add explicit permissions to tailor access, but the initial permission set is inherited to ensure consistent protection across the directory tree.
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What are NTFS permissions and how do they work?
Open an interactive chat with Bash
What does it mean to override inherited permissions?
Open an interactive chat with Bash
What are security gaps and how can they occur in folder permissions?