Modify local groups
Suggest changes
You can modify existing local groups by changing the description for an existing local group or by renaming the group.
If you want to… | Use the command… |
---|---|
Modify the local group description |
|
Rename the local group |
|
Examples
The following example renames the local group “CIFS_SERVER\engineering” to “CIFS_SERVER\engineering_new”:
cluster1::> vserver cifs users-and-groups local-group rename -vserver vs1 -group-name CIFS_SERVER\engineering -new-group-name CIFS_SERVER\engineering_new
The following example modifies the description of the local group “CIFS_SERVER\engineering”:
cluster1::> vserver cifs users-and-groups local-group modify -vserver vs1 -group-name CIFS_SERVER\engineering -description "New Description"