default file permissions
Nathan Dorfman
na at rtfm.net
Fri Mar 7 23:11:14 UTC 2014
If you want to set a umask for the entire NFS-mounted filesystem, you can
do so with a mount option. For instance, manually:
mount -t nfs -o umask=002 server:/path /mnt
If mounting automatically via /etc/fstab, the fourth column specifies the
mount options. If it's currently the word "defaults," replace it with the
umask option. If it's not, then append a comma and then the umask option to
the existing value.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20140307/4bde9a1d/attachment.html>
More information about the ubuntu-users
mailing list