Thanks to Terry Horsnall for pointing me in the right direction. Further
down the users .cshrc, there is the line:
if ( -f /usr/local/standards/cshrc ) source /usr/local/standards/cshrc
This sets the umask back to 77. All I needed to do was to move the umask
27 line below this line.
Received on Mon Jun 20 2005 - 15:11:28 NZST