ONTAP Hardware

how to check who has access to NFS share

rahulkhotkar
3,684 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
3,656 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
3,657 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