Using Debian I am unable to create files that by default has read permission for all users.
For example:
# umask
0002
# touch test
# ls -l test
-rw-rw----+ 1 user user 0 Jun 25 18:18 test
Is there any specific restriction on creating readable files?
+
at the file perm. output is the giveaway that ACL is overriding the permission settings. – fduff Jun 26 at 7:28