NFS vs SMB and umasks

トップ ページ
添付ファイル:
Eメールのメッセージ
+ (text/plain)
このメッセージを削除
このメッセージに返信
著者: Bob George
日付:  
題目: 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