acl help
Returns help information about the acl object and its operations. The syntax is:
acl help [operation | -verbose]
Option
-verbose Displays information about the acl object.
Description Used without an argument or option, the acl help command returns brief information about each acl operation. The optional operation
argument is the name of an operation about which you want detailed information. Alternatively, you can use the -verbose option for more detailed information about the acl object
itself.
Privileges Required No special privileges are needed to use the acl help command.
Examples
dcecp> acl help check Returns ACL permissions of invoker. delete Deletes all ACL entries except 'user_obj' if it exists. modify
Adds, removes, or changes ACL entries and attributes. permissions Returns permissions associated with the specified object. replace Replaces entire ACL with new ACL
entries and attributes. show Returns ACL entries or attributes on the specified object. help Prints a summary of command-line options.
operations Returns a list of the valid operations for this command. dcecp>
|