A long time ago an old friend showed me a way to use an octal or hex umask with a group I think using /etc/profile. I'm not sure.
I'm trying to create group on Debian so that every member of that group when creating a file will produce a file with default permissions 665. And when creating a directory it will have default permissions 775. What are some ways to do this for a group setting?
Thanks