SUMMARY: umask problem
Derek Gatherer <[email protected]>
| Newsgroups | gmane.os.tru64.managers |
|---|---|
| Message-ID | <[email protected]> |
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.