Hello Toasters,
The DATA ONTAP documentation notes the following in regard to "cli" related capabilities:
---begin doc-----
cli-* grants the specified role the capability to execute all supported CLI commands.
cli- cmd* grants the specified role the capability to execute all commands associated with the CLI command cmd.
For example, the following command grants the specified role the capability to execute all vol commands:
useradmin role modify status_gatherer -a cli-vol*
------end doc----
Based on this info, I know that granting cli-vol* grant the role the capability to execute all commands associated with the CLI command vol.
I found another KB article that instructs me to grant the cli-vol (no asterisk) capability to a role. Is there a difference between "cli-vol" and "cli-vol*" ?
Thanks, Phil