Hi All,
So I've got a server exporting an NFS volume I mount at /volume, and I want my wife and I to have read/write access to it.
The only way I can think to do so would be to set both our umasks to 002, making all our files group writable, and setting the group sticky bit on the directory. This doesn't seem ideal from a security perspective.
Can anyone recommend a better solution?
Thanks.
So I've got a server exporting an NFS volume I mount at /volume, and I want my wife and I to have read/write access to it.
The only way I can think to do so would be to set both our umasks to 002, making all our files group writable, and setting the group sticky bit on the directory. This doesn't seem ideal from a security perspective.
Can anyone recommend a better solution?
Thanks.
Comment