0

Permission denied in nfs client share

After i have set all the process, i.e., mounted from server to client. I have given read and write permission to the particular client user, but when i edit a file it gives permission denied error.

NFS Linux NFS (Network File System) Permissions Add a comment
caleb
asked Apr 25 2017

Answer

0

You may given read and write permission but the destination folder in nfs server may not have permission. Try 733 to that folder.

# chmod -R 733 /Folder-to-share

Note: Still Denied, try 777 permission.

Add a comment
jagannatharumugam
asked Apr 25 2017
edited Oct 05 2018
Post your Answer