Show group information. The information displayed includes: group name, ID, scope, description, and principal group members.
group info <name> [ --batch ]
Name of the group for which to display information.
Display output in UDL format
group info my-group
Show information for local group 'my-group'.
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.
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"
...
]
}
|
Copyright © 2013 CA.
All rights reserved.
|
|