ONTAP 9.12.1 commands

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

    Display home directory search paths

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

    Description

    The vserver cifs home-directory search-path show command displays information about the search paths that are in the home directory configuration for the CIFS-enabled Vservers.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify this parameter, the command only displays the fields that you specify.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all entries.

    [-vserver <vserver name>] - Vserver

    If you specify this parameter, the command displays home directory configuration for the CIFS-enabled Vserver that you specify.

    [-path <text>] - Path

    If you specify this parameter, the command displays information only for the search path that you specify.

    Examples

    The following example displays information about search paths for all CIFS home directories on all CIFS-enabled Vservers:

    cluster1::> vserver cifs home-directory search-path show
    Vserver     Position Path
    ----------- -------- -----------------
    vs1         1        /home1
    vs2         2        /home2
    Top of Page