From 3fa4f2492ecef7b5d84b016656d31cb300021681 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Sun, 23 Feb 1997 05:19:51 +0000 Subject: Added documentation for directory mode/directory mask parameter. jra@cyngus.com (This used to be commit 41a3919ac4d22923040bf5f30b3ba0a18b853116) --- docs/manpages/smb.conf.5 | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'docs/manpages/smb.conf.5') 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 -- cgit