| Previous | Contents | Index |
delete_group Command: delete a management group
Use the delete_group
command to delete a management group definition. Subgroups contained within the group are only deleted when recur=1
is explicitly specified. Note that any accounts contained in the group are not deleted; only the group definitions are deleted. Parameter names and associated values accepted by the command are listed in the Table 4-4.
parameter=value |
Description | |
|---|---|---|
group=name
|
Required |
Name of the management group,
name, to delete. The name can be one to sixteen bytes long.
|
log=bvalue
|
Optional |
Boolean value,
0 or
1. When
bvalue is
1, then a status message will be output indicating a
successful operation. The default is
bvalue=0. Note that errors are always reported.
|
on_error=file-spec
|
Required | Name of the formatting file to use to format the results when the command fails. |
on_success=file-spec
|
Required | Name of the formatting file to use to format the results when the command succeeds. |
recur=bvalue
|
Optional |
Boolean value,
0 or
1. When
bvalue is
1, the definitions of all subgroups contained within the
group are also deleted. When
bvalue=0, the default, only the group definition of
name is deleted.
|
| Previous | Next | Contents | Index |