n3s0 || journal

Windows: NTFS & Share Permission Reference

Posted on 3 mins

Sysadmin

Summary


This was written because there are those times where I forget NTFS and share permissions in Windows. Everyone needs a reference as to what the different permissions do. I don’t work with permissions frequently, but enough for me to do this research. Not to mention, there are those times where I question whether or not permissions are needed in certain scenarios.

NTFS (NT File System)


Should probably start with what NTFS permissions are and what they are used for. I will provide an explanation for what NTFS permission do and what they’re used for.

NTFS stands for NT (New Technology) File System. It was introduced in Windows NT 3.1 in 1993. When you read through Microsoft’s documentation you can get a good idea of what features are available now. Article read can be found below.

Listed below are the features provided in NTFS today. Note that this can change in the future.

NTFS Permissions


Below is a list of the permissions that can be applied to files and a description of how they affect access when applied for a certain user/group.

There is a difference between inherited and explicit permissions. Inherited permissions are applied to a parent folder by a user and as files/directories are added, those missions are applied to that folder as well. Explicit permissions are applied to each individual folder if you don’t check the subdirectories and folders box.

Share Permissions


Below I provide an overview of Windows Share Permissions.