diff options
author | Samba Release Account <samba-bugs@samba.org> | 1997-02-23 05:19:51 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 1997-02-23 05:19:51 +0000 |
commit | 3fa4f2492ecef7b5d84b016656d31cb300021681 (patch) | |
tree | ca9a747f7fe82e057972b740957d107f589141a8 | |
parent | df42b0a7bcdaae96035ecb1d434a66735358fd95 (diff) | |
download | samba-3fa4f2492ecef7b5d84b016656d31cb300021681.tar.gz samba-3fa4f2492ecef7b5d84b016656d31cb300021681.tar.bz2 samba-3fa4f2492ecef7b5d84b016656d31cb300021681.zip |
Added documentation for directory mode/directory mask parameter.
jra@cyngus.com
(This used to be commit 41a3919ac4d22923040bf5f30b3ba0a18b853116)
-rw-r--r-- | docs/manpages/smb.conf.5 | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/docs/manpages/smb.conf.5 b/docs/manpages/smb.conf.5 index 8d5f6a9f67..61f907b8ed 100644 --- a/docs/manpages/smb.conf.5 +++ b/docs/manpages/smb.conf.5 @@ -470,6 +470,10 @@ deny hosts directory +directory mask + +directory mode + dont descend exec @@ -769,7 +773,7 @@ Note that Samba will or this value with 0700 as you must have at least user read, write and execute for Samba to work properly. .B Default: - create mask = 0755 + create mask = 0644 .B Example: create mask = 0775 @@ -919,6 +923,23 @@ path names on some systems. See .B path. +.SS directory mask (S) +A synonym for this parameter is 'directory mode'. + +This parameter is the octal modes which are used when converting DOS modes +to UNIX modes when creating UNIX directories. + +Note that Samba will or this value with 0700 as you must have at least +user read, write and execute for Samba to work properly. + +.B Default: + directory mask = 0755 + +.B Example: + directory mask = 0775 +.SS directory mode (S) +See +.B directory mask. .SS domain master (G) Enable WAN-wide browse list collation. Local master browsers on |