Weblog entry #1 for ostracon
Samba server and smbmount client give me executable permission for all files on the share. How would I disable this undesired behavior?
Here is my mount syntax:
smbmount //server/share share touch share/file.txt ls -l share -rwxr-xr-x 1 user user 0 2008-05-12 16:00 file.txt
I've tried the following /etc/samba/smb.conf parameters with no success:
[global] map archive = no [share] create mask = 0660 directory mask = 0770 force create mask = 0660 force directory mode = 0770
OS and all packages are all stock standard Debian Etch/stable:
Samba server: Samba 3.0.24-6etch9 Client PC: smbfs 3.0.24-6etch9
Comments on this Entry
[ Parent | Reply to this comment ]
Any other ideas? Anyone? Bueller?
[ Parent | Reply to this comment ]
smbmount //server/share share -ofmask=0660
[ Parent | Reply to this comment ]
[ Parent | Reply to this comment ]