This section explains how to use the
qq fs_file_set_attr
command.Description
Set file attributes
Usage
qq fs_file_set_attr [-h] (--path PATH | --id ID) [--stream-id STREAM_ID | --stream-name STREAM_NAME] [--mode MODE] [--size SIZE] [--creation-time CREATION_TIME] [--access-time ACCESS_TIME] [--modification-time MODIFICATION_TIME]
[--change-time CHANGE_TIME] [--owner OWNER | --owner-local OWNER_LOCAL | --owner-sid OWNER_SID | --owner-uid OWNER_UID] [--group GROUP | --group-local GROUP_LOCAL | --group-sid GROUP_SID | --group-gid GROUP_GID]
Flags
Flag Name | Required | Description |
---|---|---|
--path
|
No | File path |
--id
|
No | File ID |
--stream-id
|
No | Stream ID |
--stream-name
|
No | Stream name |
--mode
|
No | Posix-style file mode (octal) |
--size
|
No | File size |
--creation-time
|
No | File creation time (as RFC 3339 string) |
--access-time
|
No | File access time (as RFC 3339 string) |
--modification-time
|
No | File modification time (as RFC 3339 string) |
--change-time
|
No | File change time (as RFC 3339 string) |
--owner
|
No | File owner as auth_id |
--owner-local
|
No | File owner as local user name |
--owner-sid
|
No | File owner as SID |
--owner-uid
|
No | File owner as NFS UID |
--group
|
No | File group as auth_id |
--group-local
|
No | File group as local group name |
--group-sid
|
No | File group as SID |
--group-gid
|
No | File group as NFS GID |