NfsFileMode interface
文件或目录的模式权限。
属性
effective |
在文件或目录上设置有效的组 ID(setgid)。 |
effective |
在文件或目录中设置有效的用户 ID(setuid)。 |
group | 组对文件或目录拥有的权限。 |
other | 其他权限对文件或目录具有权限。 |
owner | 所有者对文件或目录拥有的权限。 |
sticky |
粘滞位可能在目录上设置。 该目录中的文件只能由文件的所有者、目录的所有者或根用户重命名或删除。 |
属性详细信息
effectiveGroupIdentity
在文件或目录上设置有效的组 ID(setgid)。
effectiveGroupIdentity: boolean
属性值
boolean
effectiveUserIdentity
在文件或目录中设置有效的用户 ID(setuid)。
effectiveUserIdentity: boolean
属性值
boolean
group
other
owner
stickyBit
粘滞位可能在目录上设置。 该目录中的文件只能由文件的所有者、目录的所有者或根用户重命名或删除。
stickyBit: boolean
属性值
boolean