PMDF popstore & MessageStore Manager's Guide
GROUP
Manipulate management groups.
Syntax
GROUP/ADD [group-name [subgroup-name[,...]]]
GROUP/DELETE group-name
GROUP/LIST [group-name]
GROUP/MODIFY group-name [subgroup-name[,...]]
| Command Qualifiers |
|
|
/ADD
|
|
|
/CONFIRM
|
|
|
/DELETE
|
|
|
/FORMAT_FILE=file-spec
|
|
|
/LIST
|
|
|
/LOG
|
|
|
/MODIFY
|
|
|
/OUTPUT=file-spec
|
|
|
/PROMPT
|
|
|
/RECUR
|
|
Parameters
group-name
Name of the group to add, delete, list, or modify. Wild cards can be
used in conjunction with the /LIST qualifier.
subgroup-name[,...]
A comma separated list group names to associated with the group being
added or modified. The listed groups will become subgroups of the group
being added or modified.
Description
The GROUP command is used to manipulate the popstore
management groups. Only managers with either operating system
privileges or a privileged popstore account with access to the
world group can use this command. In regards to the latter
case, that means that the manager's account must have the
MANAGE usage flag set and either have no group name
associated with the account---the empty group---or be in a management
group which contains as a subgroup the world group. The
one exception to this rule is that a manager can always use the
/LIST qualifier to list their own management group and
subgroups thereof. For further details on the usage of this command as
well as usage examples, see Section 7.12.
Command Qualifiers
/ADD
This qualifier indicates that a new management group is to be added. If
a group already exists with the same name, then an error will be output.
/CONFIRM
/NOCONFIRM (default)
Prompt for positive confirmation before carrying out the indicated
operation. /NOCONFIRM is the default behavior.
/DELETE
This qualifier indicates that the specified management group is to be
deleted. Note that subgroups contained within the group are not deleted
by default. Specify /RECUR to also delete any subgroups.
Moreover, the actual accounts in the group are not deleted either. They
can only be deleted with a DELETE/GROUP=group_name *
command.
/FORMAT_FILE=file-spec
Specify a formatting file to use to format the output of
GROUP/LIST command.
/LIST
List the specified groups and subgroups. When this qualifier is used,
the group-name parameter can contain wild card characters.
When the parameter is omitted, * is assumed.
/LOG
/NOLOG (default)
When the operation is successful, output a status message stating that
the operation succeeded. Note that error messages are always indicated.
/NOLOG is the default behavior.
/MODIFY
Modify the specified group, replacing its list of subgroups with the
specified list. If no list is specified, then the group is changed to
contain no subgroups.
/OUTPUT=file-spec
Write the output to the specified file rather than to the terminal.
/PROMPT (default)
/NOPROMPT
By default if a wildcard is used, even if /NOCONFIRM is
specified, one confirmation prompt is issued. If /NOPROMPT
is specified, there is no prompting at all. This qualifier can be used
in conjunction with the /ADD, /DELETE, or
/MODIFY switches.
/RECUR
/NORECUR (default)
This qualifier can be used in conjunction with /DELETE. By
default, only the specified group is deleted. Subgroups of that group
are not deleted unless /RECUR is also specified.