On Fri, 19 Feb 1999, Shaggy Im-erbtham wrote:


 # At prompt, typing "ls -l /home/shared," I get
 # -rwx r- - r- -    1     user1     users      size    date    time
 # filename.xls (this is a MS Excel file)
 # (at this point, user2 can "read only" the file)
 # 
 # Then by the command "chmod a+rwx filename.xls" , I get
 # -rwx rwx rwx    1   user   1    users    size    date    time    filename.xls
 # 
 # Now, after user2 accesses the file, the command "ls -l /home/shared" yields
 # -rwx r- - r- -   1    user2    users   size    date   time    filename.xls
 # (user1 now  can "read only" the file)


This is because Excel is probably deleting the old file and then creating
a new one called the same when saving. When this happens, the file takes
on default permissions (after all, its a _new_ file at this point).

Check the smb.conf options of "Create Mask" and "Force Create Mode". One
of them might help you.


G'day!
--                                             n i c h o l a s  j  l e o n
elegance through simplicity*http://mrnick.binary9.net*[EMAIL PROTECTED]
good fortune through truth*roaming:[EMAIL PROTECTED]*ICQ#2170994*U+($++)
TRA#6805*not all questions have answers*pseudogeek:P+++($++)L+($++)W=lm@b9
trust no-one with an iq under 150*understand yourself before trying others

Reply via email to