NTFS Filepermissions

Moving and Copying NTFS Protected Files

Applies to Files that are stored on NAS Shares with restricted access permissions

An Example would be:
Sourcepath: P:\protected-folder1\file1
Targetpath: P:\protected-folder1\special-permissions-folder1\file1

Moving and copying protected files is similar to moving and copying a compressed file. When you copy a protected file to a folder on the same, or a different volume, it inherits the permissions of the target directory.

However, when you move a protected file to a different location on the same volume, the file retains its access permission setting as though it is an explicit permission.

When data is moved within the same volume, the data is not actually relocated, the pointer to it is merely changed and that is why it retains the ACL (Access Control List).

Made simple:

  • Ctrl+X -> Ctrl+V = permissions stay the same
  • Ctrl+C -> Ctrl+V = permissions are inheritet from target directory
JavaScript has been disabled in your browser