[Samba] Re: [Solved] Sticky bit
ZyXEL training, Moscow
zyxel at miem.edu.ru
Tue Aug 5 17:02:19 GMT 2003
> Hi all.
> I configured a samba share:
> ;-----------------------------
> [soft]
> comment = Software
> browseable = yes
> path = /mnt/soft
> writable = no
> write list = nikitin stiven @root
> public = yes
> create mode = 0664
> directory mode = 1757
> ;-------------------------------------
> Now users create files with -rw-rw-r-- permissions and
> directories with drwx-r-xrwx
> My question is: why doesn't samba set a sticky bit on
> directories?
> Any hints appreciated.
> TIA
> --
> Alexey A. Nikitin
Hmm... I found a solution.
create mask = 0664
force create mode = 0664
directory mask = 01757
force directory mode = 01757
More information about the samba
mailing list