ONTAP 9.12.1 commands

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

    Delete a local UNIX user

    Availability: This command is available to cluster and Vserver administrators at the admin privilege level.

    Description

    The vserver services name-service unix-user delete command deletes a local UNIX user from a Vserver.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the Vserver on which the local UNIX user is located.

    -user <text> - User Name

    This parameter specifies the user that you want to delete.

    Examples

    The following example deletes a local UNIX user named testuser from a Vserver named vs0:

    vs1::> vserver services name-service unix-user delete -vserver vs0 -user testuser
    Top of Page