Copyright Digital Equipment Corp. All rights reserved.

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
      /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
      /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
      /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
      /OUTPUT=file-spec

   Write the output to the specified file rather than to the
   terminal.
 

/PROMPT
      /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
      /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.