Permission Description
Traverse Folder/Execute File This allows or denies a user to browse through a folder's subfolders and files where he would otherwise not have access. In addition, it allows or denies the user the ability to run programs within that folder.
List Folder/Read Data This allows or denies the user to view subfolders and fill names in the parent folder. In addition, it allows or denies the user to view the data within the files in the parent folder or subfolders of that parent.
Read Attributes This allows or denies a user to view the standard NTFS attributes of a file or folder.
Read Extended Attributes This allows or denies the user to view the extended attributes of a file or folder, which can vary due to the fact that they are defined by the programs themselves.
Create Files/Write Data This allows or denies the user the right to create new files in the parent folder. In addition, it allows or denies the user to modify or overwrite existing data in a file.
Create Folders/Append Data This allows or denies the user to create new folders in the parent folder. In addition, it allows or denies the user the right to add data to the end of files. This does not include making changes to any existing data within a file.
Write Attributes This allows or denies the ability to change the attributes of a files or folder, such as Read-Only and Hidden.
Write Extended Attributes This allows or denies a user the ability to change the extended attributes of a file or folder. These attributes are defined by programs and may vary.
Delete Subfolders and Files This allows or denies the deleting of files and subfolder within the parent folder. It also true that if this permission is assigned files and subfolders can be deleted even if the Delete special access permission has not been granted.
Delete This allows or denies the deleting of files and folders. If the user does not have this permission assigned but does have the Delete Subfolders and Files permission, she can still delete.
Read Permissions This allows or denies the user the ability to read the standard NTFS permissions of a file or folder.
Change Permissions This allows or denies the user the ability to change the standard NTFS permissions of a files or folder.
Take Ownership This allows or denies a user the ability to take ownership of a file or folder. The owner of a file or folder can change the permissions on the files and folders she owns, regardless of any other permission that might be in place.
Synchronize This allows or denies different threads to wait on the handle for the file or folder and synchronize with another thread that may signal it. This permission applies to only multithreaded, multiprocessing programs.
Main Topics
Browse All Topics





by: craylordPosted on 2005-10-06 at 08:34:22ID: 15031464
Both tables list the permissions for each level. If you take a user and assign the permissions of just "Read", they will only be able to perform the functions that are dotted. If you change their level to Full Control, they will have the ability to perform the dotted functions, which will include the previous Read permissions because you have raised their access level.
Remember deny will ALWAYS override any allow permissions.