NetApp Community Update
This site will enter Read Only mode on July 23 as we prepare to move to a new platform.
You will still be able to view content, but posting and replying will be temporarily disabled.
To learn more, please review the information in this blog post.

ONTAP Discussions

systemshell

ckirim
4,655 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
4,638 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
4,639 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