Can someone help me remember how to do this with chmod? I have a directory in which I want all files or sub-directories (existing and newly created/added) to be rwx by any member of the group which owns the directory. I thought it was something like chmod g+s <dirname> but that doesn't seem to be doing it right... thanks