Displaying 2 results from an estimated 2 matches for "new_with_samba".
2003 Jan 09
1
problems with inherit permissions
...mod g+s /test
ls -ld /test
drwxrwsrwx ..... test
If i create a new directory /test/xxx from unix-prompt, the new
directory has the setgid-Bit too
ls -ld /test/xxx
drwxrwsrwx ...... xxx
But if i create a directory using my samba-share, i don't get the
setgid-Bit
drwxrwxrwx .... new_with_samba
The truss of the smbd shows
23713: mkdir("new_with_samba", 042777) = 0
23713: chmod("new_with_samba", 042777) = 0
So it seems ok but the new directory doesn't have the setgid-Bit.
Can anybody help me ??
Thanks
Armin
-------------- next p...
2003 Jan 10
0
RE: problems with inherit permissions (Armin Baumgaertner)
...>
> If i create a new directory /test/xxx from unix-prompt, the new
> directory has the setgid-Bit too
>
> ls -ld /test/xxx
> drwxrwsrwx ...... xxx
>
> But if i create a directory using my samba-share, i don't get the
> setgid-Bit
>
> drwxrwxrwx .... new_with_samba
>
> The truss of the smbd shows
>
> 23713: mkdir("new_with_samba", 042777) = 0
> 23713: chmod("new_with_samba", 042777) = 0
>
>
> So it seems ok but the new directory doesn't have the setgid-Bit.
>
> Can anybody...