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. If the group is a global group, prepend the group name with a / character.

--batch

Display output in UDL format

Examples
group info my-group

Show information for local group 'my-group'.

Notes

Global group membership is displayed according to the group memberships of global users who have logged in sometime in the past.

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 or global. 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"
      ...
      ]
   }