Site icon Windows Active Directory

Managing shared resources

Introduction

When sharing resources in a common network, the biggest concern is delegating access levels to those resources. Permissions management is a critical security process since any pitfalls can make the organizations prone to data breaches. For example, consider a scenario where a new sales employee joins an organization. They need to be provided with access to things like sales volumes, past sales data, sales forecasts but they don’t need to be able to access HR documents. In cases like this, it’s necessary to establish the levels of access granted to each user to limit their accessibility on an as-needed basis. Defining multiple levels of access for different users also ensures data security.

NTFS permissions  

New Technology File System (NTFS) is the standard file management system provided by Microsoft. Access to any data stored in the NTFS is governed by NTFS permissions. These permissions can be enforced for both local and network users and are granted at the logon stage.

Types of NTFS permissions

There are two types of NTFS permissions: basic and advanced. Access to NTFS objects is controlled by marking each listed permission as Allow or Deny.

The following are the basic types of access permissions:

The following are the advanced types of access permissions:

Changing NTFS permissions

Follow these steps to change the basic NTFS permissions:

  1. Right-click the file or folder that needs to be modified. Click Properties > Security.
  2. Select Edit from the Properties dialog box.
  3. Select any user or group from the list to modify its share permissions.
  4. Select either Allow or Deny for all the settings.
  5. Select Apply and the changes will be implemented.

Follow these steps to change the advanced NTFS permissions:

  1. Right-click the file or folder that needs to be modified. Click Properties > Security.
  2. Select Edit from the Properties dialog box.
  3. Click the Advanced option. The Advanced Security Settings dialog box will open.
  4. Select any user or group from the list to modify its share permissions.
  5. Select either Allow or Deny for all the settings.
  6. Select Apply and the changes will be implemented.
How to change the NTFS and share permissions

Share permissions  

Share permissions govern access to folders shared over a network. It’s not possible to modify permissions for the subfolders or objects in a particular share because these permissions are commonly applied to all its files and folders. These permissions aren’t applicable to users logged on locally, and the number of users with access to the shared folder can be defined. Share permissions can be used with multiple file systems, like NTFS, FAT, and FAT32.

Types of share permissions

There are three types of share permissions: Full control, Read, and Change. Access to shared files, folders, and drives is controlled by marking each listed permission as Allow or Deny.

Changing share permissions

Follow these steps to change the share permissions:

  1. Right-click the shared folder that needs to be modified and select Properties > Sharing.
  2. Select Advanced Sharing.
  3. Choose Permissions.
  4. Select any user or group from the list to modify its share permissions.
  5. Select either Allow or Deny for all the settings.
  6. Select Apply and the changes will be implemented.

The difference between NTFS and share permissions

Exit mobile version