group rename
This operation changes the name of a specified group. The syntax is:
group rename group_name -to new_group_name
Options
-to new_group_name Specifies the new name of the group. See Arguments for a description of group names.
Description The group rename operation changes the name of a specified group. The argument is a single name of a group to be renamed. The operation takes a required
-to option with a value of the new name. The value may not be a list. This operations returns an empty string on success.
Privileges Required You must have r (read) and f (full name) permissions to the specified groups.
Examples
dcecp> group rename users4 -to users_temporary dcecp>
|