Re: [Samba] Keeping file permissions on file overwrite

2004-03-29 Thread Herb Lewis
This is not a Samba problem but a problem with the way Windows applications edit files. Word (and many other apps) will actually rename the original file, create a new file and save to this and then delete the original file. They do not make modifications to the original file. So the behaviour you

[Samba] Keeping file permissions on file overwrite

2004-03-28 Thread Eddy Ilg
Hi, I am trying to get a share on which new files will be created with -rw-r--r-- and permisisons on existing files will be kept. For example if I have a file with permissions -rwxr-xr-x then I want the file to keep these permission bits when it is overwritten from a windows editor. I hav