> I would like to setup two win95 computers so that when they make a file or
> modify a file on a shared directory here on my linux box so that everyone
> can read and write to it. Right now, the file permissions change everytime
> someone reads and writes, so that of course doesn't work (we have two
> win95 computers, and would like for them to share things like email files
> and quicken files).

Do you mean permissions, or ownership?  The ownership is controlled thru
groups.  Consider creating a 'samba users' group, and add the people who
are allowed to read/write those files into that group. (as well as in
their own group)

You can then set the users umask to something like 012, which will allow
read/write for owner and group.

To have the group ownership controlled on the file, use the sgid bit on
the directory, done with "chmod +s dirname".  This will then keep the
group ownership of the directory, not the user.

Hope this is clear,
Dave



-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to