group catalog
Returns a list of the names of all groups in the registry. The syntax is:
group catalog [cell_name] [-simplename]
Options
-simplename Returns a list of group names in the registry without prepending the cellname.
Description The group catalog operation returns a list of the names of all groups in the registry database. By default, fully qualified names are returned in the form
cellname/groupname. If the -simplename option is given, then the cellname is not prepended to the front of the group names. You can receive a list of groups in another cell by
using the cell_name argument.
Privileges Required You must have r (read) permission to the /.:/sec/group directory.
Examples
dcecp> group cat
/.../my_cell.goodcompany.com/nogroup /.../my_cell.goodcompany.com/system /.../my_cell.goodcompany.com/daemon /.../my_cell.goodcompany.com/uucp
/.../my_cell.goodcompany.com/bin /.../my_cell.goodcompany.com/kmem /.../my_cell.goodcompany.com/mail /.../my_cell.goodcompany.com/tty
/.../my_cell.goodcompany.com/none /.../my_cell.goodcompany.com/tcb /.../my_cell.goodcompany.com/acct-admin
/.../my_cell.goodcompany.com/subsys/dce/sec-admin /.../my_cell.goodcompany.com/subsys/dce/cds-admin /.../my_cell.goodcompany.com/subsys/dce/dts-admin
/.../my_cell.goodcompany.com/subsys/dce/cds-server /.../my_cell.goodcompany.com/subsys/dce/dts-servers /.../my_cell.goodcompany.com/users dcecp>
dcecp> group cat -simplename nogroup system daemon uucp bin kmem mail tty
none tcb acct-admin subsys/dce/sec-admin subsys/dce/cds-admin subsys/dce/dts-admin subsys/dce/cds-server
subsys/dce/dts-servers subsys/dce/audit-daemon subsys/dce/dced-admin dcecp>
|