[vox-tech] umask

William Kendrick vox-tech@lists.lugod.org
Thu, 29 Nov 2001 14:34:42 -0800


On Thu, Nov 29, 2001 at 02:31:43PM -0800, Robert G. Scofield wrote:
> I'm trying to change the umask value in two of my accounts from 002 to 001.  
> However, after I log out of each account the value reverts back to 002.  How 
> can I make the change to 001 permanent?

You want to stick the call to the 'umask' command in your login script/conf
(".bashrc", ".bash_profile", ".cshrc", or whatever)

-bill!