Changes

Jump to: navigation, search
Basic File and Folder Permissions
== Basic File and Folder Permissions ==
 
NTFS provides two levels of file and folder permissions which can be used to control user and group access. These are ''basic permissions'' and ''special permissions''. In essence, basic permissions are nothing more than pre-configured sets of special permissions. This section will look at basic permissions and the next will focus on special permissions and how they are used to create basic permissions.
 
The current basic permissions for a file or folder may be viewed by right clicking on the object in Windows Explorer, selecting Properties and then choosing the ''Security'' tab. At the top of the security properties panel is a list of users and groups for which permissions have been configured on the selected file or folder. Selecting a group or user from the list causes the basic permissions for that user to be displayed in the lower half of the dialog. Any permissions which are grayed out in the permission list are inherited from the parent folder.
 
The basic permission settings available differ slightly between files and folders. The following table lists the basic folder permissions supported by Windows Server 2008 on NTFS volumes:
 
<table border="1" cellpadding="5" cellspacing="0" id="E3B" style="border-collapse: collapse; border-color:#cccccc; border-style: solid; border-width: 1px; margin-bottom:20px">
<tr bgcolor="#cccccc" style="color:black" valign="top">
<th>Permission</th>
<th>Description</th>
</tr>
<tr>
<td>Full Control</td><td>Permission to read, write, change and delete files and sub-folders.</td>
</tr>
<tr bgcolor="#e9e9e6">
<td>Modify</td>Permission to read and write to files in the folder, and to delete current folder.</td>
</tr>
<tr>
<td>List Folder Contents</td><td>Permission to obtain listing of files and folders and to execute files.</td>
</tr>
<tr bgcolor="#e9e9e6">
<td>Read and Execute</td><td>Permission to list files and folders and to execute files.</td>
</tr>
<tr>
<td>Write</td><td>Permission to create new files and folders within selected folder.</td>
</tr>
<tr bgcolor="#e9e9e6">
<td>Read</td><td>Permission to list files and folders.</td>
</tr>
</table>
== Special File and Folder Permissions ==

Navigation menu