[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SUMMARY: umask problem



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.