ONTAP 9.12.1 commands

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

    Delete 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 delete command deletes a local UNIX group from a Vserver.

    Parameters

    -vserver <vserver name> - Vserver

    Use this parameter to specify the Vserver location of the local UNIX group to delete.

    -name <text> - Group Name

    Use this parameter to specify the local UNIX group to delete.

    Examples

    The following example deletes a local UNIX group named testgroup from a Vserver named vs0:

    cluster1::> vserver services name-service unix-group delete -vserver vs0 -name testgroup
    Top of Page