Give group access to a directory where everybody may read/write/update using the SGID bit.

SGID is usually used on directories shared by GroupID. Where users join a group and share access to a directory using the GID of the directory. SGID is then used to ensure that all files created in that directory also belong to the same GID, allowing all group members access.

chmod g+s directory_name

mgns Over 11 years ago