cs <[EMAIL PROTECTED]> writes:

> If you are talking about inheriting group identity, that is not what I
> am asking for.  I believe this is automagic under fbsd, e.g.
> 
> mkdir foo
> chgrp somegroup foo
> touch foo/foofile
> mkdir foo/foodir
> 
> foo/foofile and foo/foodir will have gid somegroup (without any suid
> or sgid).

Right.  That's not what I was talking about; I was talking about doing
the same thing for ownership.

> The users will maintain foosite via ftp (within a VPN), and I use
> vsftpd and set the ftp umask to 002.

If you consider that easier than using version control, then I can't
identify with your situation well enough to understand what's really
useful to you.  Maybe it would be easier for you to just run a cron
job that batters the permissions into the shape you want, no matter
what the users do.

Good luck.
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to