search for: rbinnick

Displaying 1 result from an estimated 1 matches for "rbinnick".

Did you mean: minnick
2004 Dec 01
1
Samba changes permissions on an executed file
I have a macro file that execute from a windows client: -rwxrwxrwx 1 ewood ewood 4800 Dec 1 08:33 ptmerge.wcm If another windows clients executes this file, they *take* ownership of it and the permissions change: -rwxr--r-- 1 rbinnick rbinnick 4800 Dec 1 08:35 ptmerge.wcm I don't care about ownership but I need the permission of the file to remain 777. Currently I have: [letters] comment = WordPerfect Form Letters path = /wp80/osas/letters/ browsable = yes writable = yes read only = no public = yes crea...