Results 1 to 2 of 2
I just wanted to know how I can get people to be able to write to an NFS share but not be able to delete from it. I was reading ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-22-2006 #1Linux Newbie
- Join Date
- Jan 2005
- Location
- Quebec, Canada
- Posts
- 100
NFS Folder Permissions
I just wanted to know how I can get people to be able to write to an NFS share but not be able to delete from it. I was reading that using the sticky bit with NFS is not a good idea, but at this point I don't care I just want something that works.
nikosapi
- 07-24-2006 #2
i would assume that every user has his/her own username or some type of generic login/auth. to the NFS share.. place that user/users in a group (ex: "nfs") and then set the permisions on the system per group.. IE: chmod 700 :nfs /home/nfs-share/ . Or something similar.


Reply With Quote
