Disabling file permissions on NFS share
Posted
by
user41377
on Super User
See other posts from Super User
or by user41377
Published on 2010-12-24T01:02:23Z
Indexed on
2010/12/24
1:56 UTC
Read the original article
Hit count: 381
I am trying to set up a nfs share for use by non-technical users, and really don't want file permissions messing things up. Everyone should be able to read/write anything on this share without even knowing what file permissions are, much less adjusting them.
Is there a way I can just make the nfs server write everything as 770 or something? It seems like this should be easy, but the best I can come up with is a cronjob to periodically set them to that, which is far from ideal.
The server is a Netgear ReadyNAS. Ideally I would like to stick to doing stuff from within the web interface on it, but I can just root it if needed.
© Super User or respective owner