vserver services name-service unix-group modify
Modify a local UNIX group
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
Use the vserver services name-service unix-group modify command to modify a local UNIX group's group ID.
Parameters
- -vserver <vserver name> - Vserver
- Use this parameter to specify the Vserver location of the local UNIX group to modify.
- -name <text> - Group Name
- Use this parameter to specify the name of the group to modify.
- [-id <integer>] - Group ID
- Use this parameter to specify an ID number for the group.
Examples
The following example changes a local UNIX group named sales on a Vserver named vs0 to have the group ID 100:
cluster1::> vserver services name-service unix-group modify -vserver vs0 -group sales -id 100
Give documentation feedback