|
Explanation: Remember that the permissions for created files will always be the numeric value 666 minus the umask value. (666 - 022 = 644) Important Points: to make permanent change, change the umask value in user's .profile or .cshrc. If you just change it on the current shell session, the effect is only temporary! (Next time, you log in, it will be lost!)
|