Previous Topic: group list (Group Management)Next Topic: group get (Group Management)--Show Group Information


group info (Group Management)--Show Group Information

Show group information. The information displayed includes: group name, ID, scope, description, and principal group members.

Syntax
group info <name> [ --batch ]
Parameters
<name>

Name of the group for which to display information.

--batch

Display output in UDL format

Examples
group info my-group

Show information for local group 'my-group'.

Notes

Group names pre-pended with ‘/’ (global groups) are not yet supported on CA AppLogic for System z®. Providing a group name pre-pended with a ‘/’ will result in an error indicating the group does not exist.

Output Specification

The output of this command is as follows:

Non-batch output

Group Name     = val
Group ID       = val
Scope          = val
Description    = val

--- Member Information ---
ID                                    Scope    Type    Name
-------------------------------------------------------------------------
val                                   val      val     val
...

The value of Scope is local. The value of Type is user or group. If a
local user or local group member has been deleted, the value for Scope, Type and Name is *.

Batch output

group
   {
   name        = "val"
   id          = "val"
   scope       = "val"
   description = "val"
   members
      [
      id="val", scope=val, type=val, name="val"
      ...
      ]
   }