I'm trying to figure out how to set up a parent directory so that all sub-directories/files created afterwards retain the same permissions as the parent, regardless of which user/group created it. I know the SGID attribute in the ACL table retains the group ID, but I need the ownership and all extended permissions to be retained as well. SUID doesn't work, and umask is set to 022 but doesn't work either. Any suggestions?