Procedure
Set the user profile with the following umask:
umask u=rwx,g=rx,o=
which is the same as umask 0027
.
Results
This configuration will create:
-
directories with group authorization equal to
r-x
-
files with group authorization equal to
r--
-
no authorizations for others