DOKK / manpages / debian 10 / sx / sxacl-volperm.1.en
SXACL-VOLPERM(1) Skylable SX Manual SXACL-VOLPERM(1)

sxacl-volperm - manage volume permissions

sxacl volperm [OPTIONS] <username> sx://[profile@]cluster/volume

sxacl volperm manages volume permissions for a specific user. It can be used to grant or revoke read/write access, or to grant the manager privilege. Only volume owners and cluster administrators can change volume permissions.

Print help and exit
Print help, including hidden options, and exit
Print version and exit
Grant a privilege on the volume to the user. The accepted values are "read", "write", "manager" or a combination of the privileges.
Revoke a privilege on the volume from the user. The accepted values are "read", "write", "manager" or a combination of the privileges.
Path to the SX configuration directory (default: ~/.sx)
Enable debug messages.

To grant user 'joe' full access to all files inside the volume 'data' run:
sxacl volperm --grant=read,write joe sx://admin@cluster/data

To make sure user 'joe' has only read-access to the volume 'data' run:
sxacl volperm --grant=read --revoke=write joe sx://admin@cluster/data

sxacl-volshow(1)

September 2014 sxacl 2.0