Operating System Permissions

Different operating systems use different forms of permissions scaling.

Windows Permissions

In a Windows environment, there are two sets of permissions that can be applied.

  1. New Technology File System (NTFS) Permissions: These permissions are applied at the file system level and always apply, regardless of how the resource is accessed.
  2. Share Permissions: These permissions are applied when a resource is shared over the network. They control access when the resource is accessed remotely.

The most restrictive permission between the two becomes the effective permission.

Linux and MacOS Permissions

Linux and macOS file systems use a different permission model compared to Windows.

-rwx-rwx-rwx

So that chunk says the owner, group, and others have full rights to the file, to read, write and execute.