Securing Your Files with NTFS

With NTFS you can limit access to your Web server's files and directories. You can configure file and directory permissions that set the access level granted to a particular user account or user group. For example, you can configure your Web server to enable a specific user to view and execute a file, while excluding all other users from accessing that file.

To secure your files with NTFS
  1. Convert your current hard disk to an NTFS partition. You can use the Windows Convert utility to convert a hard disk partition to NTFS. Consult your Windows documentation for specific information.
  2. Note   NTFS hard disk partitions offer access control security and save information more efficiently than file allocation table (FAT) partitions.

  3. Create a Windows user account or group:
    1. Click Start, point to Settings, click Control Panel, open Administrative Tools, then open Computer Management.
    2. Expand System Tools and then Local Users & Groups.
    3. To create new user accounts, first select Users; then on the Action menu, select Create User. To create new groups, select Groups; then on the Action menu, select Create Group.
    4. Add users to the appropriate user groups.
  4. Note   To configure users accounts with Local Users & Groups, you must log on on with administrative privileges. Consult your Windows documentation for more information.

  5. In Windows Explorer, set access permissions for specific files and directories. See Setting NTFS Permissions for a Directory or File for procedural information.
  6. Note   Be careful when configuring your Web server's NTFS permissions. Inappropriately set permissions can deny valid users access to required files and directories. For example, even though a user has the right to view and execute a program, the user may not have permission to access a particular dynamic-link library (DLL) required to run that program. To guarantee users secure and uninterrupted file access, place related files in the same directory, and then assign the appropriate NTFS permissions.


© 1997-1999 Microsoft Corporation. All rights reserved.