A practical example
A shared project directory for a deployment team
Several trusted deployment accounts belong to the same project group and need to update a shared release directory. Mode 775 can allow the group to collaborate while preserving read-only access for other accounts that must inspect the files.
Before saving the change
- Verify the directory's owning group with ls -ld and review the group's members.
- Consider the setgid bit so newly created items inherit the project group.
- Check the team's umask because new files may otherwise lose group write permission.