group list
Returns a list of the names of all members of a group. The syntax is:
group list group_name_list [-simplename]
Option
-simplename Returns the list of group names in the registry without prepending the cell name.
Description The group list operation returns a list of the names of all members of a group. The argument is a list of names of groups to be operated on. If more than
one group is listed, the names are concatenated together on output. By default, fully qualified names are returned in the form cellname/membername. Use the -simplename option to
return them without prepending the cell name to the member name. The members of each group are listed in lexical order.
Privileges Required You must have r (read) permission to the /.:/sec/group directory.
Examples
dcecp> group list none /.../my_cell.goodcompany.com/dce-ptgt /.../my_cell.goodcompany.com/dce-rgy
/.../my_cell.goodcompany.com/krbtgt/my_cell.goodcompany.com /.../my_cell.goodcompany.com/cell_admin /.../my_cell.goodcompany.com/hosts/pmin17/self
dcecp>
|