ONTAP Discussions

systemshell

ckirim
3,083 Views

Hello all,

 

I would like to know, how I access a share content from systemshell prompt? I hear that it's possible to list or access CIFS share data from systemshell.

 

Thanks

1 ACCEPTED SOLUTION

Naveenpusuluru
3,066 Views

Hi @ckirim

 

If you want to see the content in the cifs share please follow the below steps on your ontap 7-mode CLI.

 

> priv set advanced

> ls /vol/volname/qtreename (Please use the path on which you have created a cifs share)

 

The above command will display you the content in the cifs share and you can able to see it from your ontap cli.

View solution in original post

1 REPLY 1

Naveenpusuluru
3,067 Views

Hi @ckirim

 

If you want to see the content in the cifs share please follow the below steps on your ontap 7-mode CLI.

 

> priv set advanced

> ls /vol/volname/qtreename (Please use the path on which you have created a cifs share)

 

The above command will display you the content in the cifs share and you can able to see it from your ontap cli.

Public