Set your umask to 002. You can do this in your login script:
umask 002
If you create a file, it will have 775 permissions. If some other process creates the file, you'll have to discover how to set the UMASK value for that process accordingly.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.