We will see what are the best practices of implementing NTFS permissions and also how to implement the NTFS in the right way.
By default, when you format a volume with NTFS, the Full Control permission is assigned to the Everyone group. This presented a problem in earlier versions of Windows, including Microsoft Windows 2000. In Windows XP Professional, the Anonymous Logon is no longer included in the Everyone group.
Assigning or Modifying Permissions
Only Administrators, users with the Full Control permission, and the owners of files and folders can assign permissions to user accounts and groups. The users with the least privileges will be unable to modify the permissions of these files. The procedure to assign or modify NTFS permissions for a file or a folder, is the Security tab of the Properties dialog box for the file or folder. Right click on the folder to which the permission has to be assigned or modified and then select the Sharing and Security... link from the drop down menu. Then in the tab window that appears, select the Security tab. The detail of each setting in the Security tab is explained in the table below.
Adding Users and Groups
Now we will add users to this particular folder so that so that permissions can be granted for accessing a folder or file. Click Add to display the Select Users Or Groups dialog box. The options available in the Select Users Or Groups dialog box are described in the table below
Granting or Denying Special Permissions
Click Advanced to display the Advanced Security Settings dialog box. This lists the users and groups and the permissions they have on this object. The Permissions Entries box also shows where the permissions were inherited from and where they are applied. You can use the Advanced Security Settings dialog box to change the permissions set for a user or group. To change the permissions set for a user or group, select a user and click Edit to display the Permission Entry For dialog box. You can then select or clear the specific permissions, that you want to change. The details of the specific permissions are explained in the table below.
Taking Ownership
Ownership of files and folders can be transferred from one user account or group to another. It is possible to give someone the ability to take ownership and, as an administrator, it is possible to take ownership of a file or folder. The following rules apply for taking ownership of a file or folder:
For example, if an employee leaves the company, an administrator can take ownership of the employee's files and assign the Take Ownership permission to another employee, and then that employee can take ownership of the former employee's files.
You cannot assign anyone ownership of a file or folder. The owner of a file, an administrator, or anyone with Full Control permission can assign Take Ownership permission to a user account or group, allowing them to take ownership. To become the owner of a file or folder, a user or group member with Take Ownership permission must explicitly take ownership of the file or folder. To take ownership of a file or folder, the user or a group member with Take Ownership permission must explicitly take ownership of the file or folder, as follows:
Preventing Permission Inheritance
By default, subfolders and files inherit permissions that you assign to their parent folder. This is indicated in the Advanced Security Settings dialog box when the Inherit From Parent The Permission Entries That Apply To Child Objects check box is selected. To prevent a subfolder or file from inheriting permissions from a parent folder, clear the check box.
Guidelines for implementing NTFS Permissions
The following guidelines are very important to understand the best way of implementing NTFS Permissions.