The requested article is not available. Either it doesn't apply to this version of the product or the relevant information is organized differently in this version of the docs. You can search, browse, or go back to the other version.
A newer release of this product is available.
vserver services name-service unix-group deluser
Contributors
-
PDF of this doc site

Collection of separate PDF docs
Creating your file...
This may take a few minutes. Thanks for your patience.
Your file is ready
Delete a user from a local UNIX group
Availability: This command is available to cluster and Vserver administrators at the admin privilege level.
Description
The vserver services name-service unix-group deluser
command removes a user from a local UNIX group.
Parameters
-vserver <vserver name>
- Vserver-
Use this parameter to specify the Vserver location of the local UNIX group from which the user is removed.
-name <text>
- Group Name-
Use this parameter to specify the local UNIX group from which to remove the user.
-username <text>
- Name of User-
Use this parameter to specify the user name to remove from the local UNIX group.
Examples
The following example removes a user named testuser from a local UNIX group named sales on a Vserver named vs0:
cluster1::> vserver services name-service unix-group deluser -vserver vs0 -name eng -username testuser