NfsFileMode interface
The mode permissions of the file or directory.
Properties
effective |
Set effective group ID (setgid) on the file or directory. |
effective |
Set effective user ID (setuid) on the file or directory. |
group | Permissions the group has over the file or directory. |
other | Permissions other have over the file or directory. |
owner | Permissions the owner has over the file or directory. |
sticky |
The sticky bit may be set on directories. The files in that directory may only be renamed or deleted by the file's owner, the directory's owner, or the root user. |
Property Details
effectiveGroupIdentity
Set effective group ID (setgid) on the file or directory.
effectiveGroupIdentity: boolean
Property Value
boolean
effectiveUserIdentity
Set effective user ID (setuid) on the file or directory.
effectiveUserIdentity: boolean
Property Value
boolean
group
Permissions the group has over the file or directory.
group: PosixRolePermissions
Property Value
other
Permissions other have over the file or directory.
other: PosixRolePermissions
Property Value
owner
Permissions the owner has over the file or directory.
owner: PosixRolePermissions
Property Value
stickyBit
The sticky bit may be set on directories. The files in that directory may only be renamed or deleted by the file's owner, the directory's owner, or the root user.
stickyBit: boolean
Property Value
boolean