Understanding the Windows security descriptor

Server for NFS uses the Windows security descriptor when implementing network file system (NFS) access permissions. The security descriptor is the structure that governs security assignments for Windows. The security descriptor contains the following components:

Within the security descriptor, the file owner and group refer to security identifiers (SIDs). A SID can be thought of as the internal representation for an individual user or group. The primary reason for using SIDs is to differentiate among accounts across different domains that share the same account name. Even though the names are the same, they represent different accounts and can be given different permissions to the same file.

For more information, see Understanding the discretionary access control list.