ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • vserver cifs home-directory search-path remove

    Remove a home directory search path

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

    Description

    The vserver cifs home-directory search-path remove command removes a search path from a CIFS home directory configuration.

    Parameters

    -vserver <vserver name> - Vserver

    This parameter specifies the CIFS-enabled Vserver containing the CIFS home directory configuration from which you want to remove the search path.

    -path <text> - Path

    This parameter specifies the search path you want to remove.

    Examples

    The following example removes the path /home1 from the CIFS home directory configuration on Vserver vs1.

    cluster1::> vserver cifs home-directory search-path remove -vserver vs1 -path /home1
    Top of Page