[2513] in Athena Bugs
umask
daemon@ATHENA.MIT.EDU (qjb@ATHENA.MIT.EDU)
Wed Jul 5 17:06:27 1989
From: <qjb@ATHENA.MIT.EDU>
Date: Wed, 5 Jul 89 17:06:07 -0400
To: bugs@ATHENA.MIT.EDU
Cc: lnp@ATHENA.MIT.EDU
umask 077 is set in /usr/athena/lib/init/shell_init, which is
called by .cshrc. This is wrong; umask needs only to be set in
.login as it is inherited from one shell to the next. Users who
set their umasks in .login.mine will lose this way. In the mean
time, I suppose users should set umask in .cshrc.mine instead.
Jay Berkenbilt