PreviousNext

Displaying ACL Information

Use the dcecp acl show commands to display ACL entries for a named object. When you use this command, you must specify the name of the object for which to display ACL entries. You can supply multiple names by enclosing them in braces and separating them with spaces.

If this command is not able to determine the name of the object, it will display the object's UUID.

To display the ACL entries for a specified object, enter

acl show object_name

To display the ACL's default cell, enter

acl show object_name -cell

To display the ACL managers supported by an object, enter

acl show object_name -managers

The following example displays ACL entries for the object named hosts:

dcecp> acl show /.:/hosts
{unauthenticated r--t---}
{user cell_admin rwdtcia}
{user hosts/absolut/cds-server1 rwdtcia}
{user root rwdtcia}
{group subsys/dce/cds-admin rwdtcia}
{group subsys/dce/cds-server rwdtcia}
{any_other r--t---}
dcecp>