We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
stack remove access [command=None] [group=None]
Remove Access control pattern.
[command=None]
Command Pattern.
[group=None]
Group name / ID for access.
stack remove access '*' apache
Remove "apache" group access to all "rocks" commands
stack remove access command="list*" group="wheel"
Remove "wheel" group access to all "rocks list" commands
Home