Kenneth Porter wrote on Wed, 04 May 2011 14:12:32 -0700:
Make the writable directories SGID and any files and subdirectories created there will inherit the group ownership:
AFAIK, this works on Unix, but not on Linux. On Linux you have to use ACLs, as Johnny already pointed to.
Kai