Re: Group directory permissions



Doctor J. Frink wrote:

Is it possible to this with ext2/3:

set permissions on directory dir/ owned by user foo and group bar such that when files are written to it by another user on the same bar group they are group writable (when that isn't the default umask)

Using ACLs (if your kernel is recent it will have them) will allow you to achieve that

http://acl.bestbits.at/man/man.shtml



.