filesystem.chown ================ Change owner or group of file at `path`. `uid` and `gid` specify new owner of the file. If either key is absent or None, then existing value on the file is not changed. `user` and `group` alternatively allow specifying a uid gid by user name or group name. `recursive` performs action recursively, but does not traverse filesystem mount points. If `traverse` and `recursive` are specified, then the chown operation will traverse filesystem mount points. .. raw:: html
Type: object

Type: array
No Additional Items

Tuple Validation

Parameter 1: filesystem_chown

filesystem_chown

Type: object
No Additional Properties

Path

Type: string

Must be at least 1 characters long

Uid

Default: null

Type: integer

Value must be greater or equal to -1 and lesser or equal to 2147483647

Type: null

User

Default: null

Type: string

Must be at least 1 characters long

Type: null

Gid

Default: null

Type: integer

Value must be greater or equal to -1 and lesser or equal to 2147483647

Type: null

Group

Default: null

Type: string

Must be at least 1 characters long

Type: null

FilesystemChownOptions

Type: object Default: {"recursive": false, "traverse": false}
No Additional Properties

Recursive

Type: boolean Default: false

Traverse

Type: boolean Default: false

If set do not limit to single dataset / filesystem.

Result

Type: const
Must be one of:
  • null
Specific value: { "description": "😅 ERROR in schema generation, a referenced schema could not be loaded, no documentation here unfortunately 🏜️" }


*Required roles:* FILESYSTEM_ATTRS_WRITE