NFS vs SMB and umasks

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
Delete this message
Reply to this message
Auteur: Bob George
Datum:  
Onderwerp: NFS vs SMB and umasks
"Kurt Granroth" <> wrote:
> [...]
> Now my first inclination is to use NFS since that is the gold standard
> for distributed filesystems in Unix. Unfortunately, I can't figure
> out how to force a particular umask, dmask, or user on the files.
> Some users on some of my systems are capable of writing files that
> can't be accessed by other users on other systems.


I'm no NFS expert, but would all_squash (man exports) do the trick, probably
along with anonuid and anongid?

umask perhaps in the mount command used.

- Bob