ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver services name-service unix-group deluser

    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
    Top of Page