View previous topic :: View next topic |
Author |
Message |
YndoEndo n00b
Joined: 31 Dec 2003 Posts: 3
|
Posted: Wed Feb 14, 2007 5:09 am Post subject: Samba create mask |
|
|
Every time I save a file to a samba share the file mask is set to 744 and I want it to default to 755.
Samba version: 3.0.24
Here is my samba config for the share.
Code: | [cgi]
comment = CGI
path = /var/www/localhost/cgi-bin/
guest ok = no
public = no
read only = no
writeable = yes
browseable = yes
inherit permissions = yes
force user = apache
force group = apache
force create mask = 0755
force directory mask = 0755
|
Everything works fine except for the file mask.
I'm not worried about the security risk because it is running in VMWare player under NAT. |
|
Back to top |
|
|
darkphader Veteran
Joined: 09 May 2002 Posts: 1225 Location: Motown
|
Posted: Wed Feb 14, 2007 5:26 am Post subject: |
|
|
RTFM _________________ WYSIWYG - What You See Is What You Grep |
|
Back to top |
|
|
|