Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.09 KB

FilesystemSetperm0.md

File metadata and controls

13 lines (10 loc) · 1.09 KB

# FilesystemSetperm0

Properties

Name Type Description Notes
path string Set unix permissions on given `path`. `stripacl` setperm will fail if an extended ACL is present on `path`, unless `stripacl` is set to True. [optional]
mode string If `mode` is specified then the mode will be applied to the path and files and subdirectories depending on which `options` are selected. Mode should be formatted as string representation of octal permissions bits. [optional]
uid int `uid` the desired UID of the file user. If set to None (the default), then user is not changed. [optional]
gid int `gid` the desired GID of the file group. If set to None (the default), then group is not changed. [optional]
options \RMoore\Truenas\Model\Options2 [optional]

[Back to Model list] [Back to API list] [Back to README]