Scroll to navigation

SXACL-VOLPERM(1) Skylable SX Manual SXACL-VOLPERM(1)

NAME

sxacl-volperm - manage volume permissions

SYNOPSIS

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

DESCRIPTION

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.

OPTIONS

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.

EXAMPLES

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

SEE ALSO

sxacl-volshow(1)

September 2014 sxacl 2.0