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.
We're excited to launch our new Community experience on July 30 and more information will follow soon.
Stay connected during the transition - Join our Discord community today.

ONTAP Hardware

how to check who has access to NFS share

rahulkhotkar
5,743 Views

Is there any possible way I can check who all are accessing NFS share. Reason I would like to know is, I am trying to chang the permissions on certain shares.

 

Thanks,

Rahul.

1 ACCEPTED SOLUTION

GidonMarcus
5,715 Views

Hi

 

NetApp has a few platforms and OS supporting NFS. please provide your platform and OS mode and version if not need further deep-dive.

 

 

in short:

 

Use the following caommand to list the version and mode:

version

7-mode:to see the exports:

exportfs

Cdot:to see the exports:

qtree show -fields export-policy

vserver export-policy rule show

7-mode:to see the folder and file permissions

fsecurity show /vol/vol name/...

Cdot:to see the folder and file permissions

vserver security file-directory show -path /vol name/.....

 

Gidi

Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK

View solution in original post

1 REPLY 1

GidonMarcus
5,716 Views

Hi

 

NetApp has a few platforms and OS supporting NFS. please provide your platform and OS mode and version if not need further deep-dive.

 

 

in short:

 

Use the following caommand to list the version and mode:

version

7-mode:to see the exports:

exportfs

Cdot:to see the exports:

qtree show -fields export-policy

vserver export-policy rule show

7-mode:to see the folder and file permissions

fsecurity show /vol/vol name/...

Cdot:to see the folder and file permissions

vserver security file-directory show -path /vol name/.....

 

Gidi

Gidi Marcus (Linkedin) - Storage and Microsoft technologies consultant - Hydro IT LTD - UK
Public