| 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.
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
| September 2014 | sxacl 2.0 |