Displaying 3 results from an estimated 3 matches for "dos_chmod".
Did you mean:
do_chmod
2000 Aug 21
3
2.0.7: inherit permissions = yes breaks setting read-only on files
...{
- return(mkdir(dos_to_unix(dname,False),mode));
+ int ret = mkdir(dos_to_unix(dname,False),mode);
+ if(!ret)
+ return(dos_chmod(dname,mode));
+ else
+ return ret;
}
I'm quite sure this does not do...
1999 Dec 24
1
Q: directory mode = 1777 doesn't work ?
How can I set the sticky bit on new directories
via share definition ? (samba 2.0.6)
This doesn't work:
[share]
....
directory mode = 1777
^
Any idea?
Best Regards
Markus Koelle
mkoelle@gmx.de
2000 Jan 25
1
sticky bit on directories created via net neighborhood
I've set "force directory mode = 1775" in smb.conf, but when
I make directories in a share through network neighborhood, I
end up with 0775, i.e. user has rwx, group rwx, others rx.
The sticky bit is not getting set.
What am I doing wrong?
thanks in advance,
Ed Schernau
ed@schernau.com
Network Architect