ONTAP 9.13.1 commands

vserver cifs home-directory show

Display home directory configurations

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

Description

The vserver cifs home-directory show command displays the CIFS home directory configuration for one or more Vservers.

Parameters

{ [-fields <fieldname>,…​]

If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

| [-instance ] }

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

[-vserver <vserver>] - Vserver

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

[-is-home-dirs-access-for-admin-enabled {true|false}] - Is Home Directory Access for Admin Enabled

If you specify this parameter, the command displays home directory configuration for CIFS servers that have the specified setting.

[-is-home-dirs-access-for-public-enabled {true|false}] - Is Home Directory Access for Public Enabled

If you specify this parameter, the command displays home directory configuration for CIFS servers that have the specified setting.

Examples

The following example lists the CIFS home directory configuration for a Vserver on the cluster.

cluster1::> vserver cifs home-directory show -vserver vs1
Vserver: vs1
Is Home Directory Access for Admin Enabled: true

At the advanced privilege level or above, the output displays the information below:

cluster1::*> vserver cifs options show
Vserver: vs1
 Is Home Directory Access for Admin Enabled: true
Is Home Directory Access for Public Enabled: false
Top of Page