in reply to Re: Re: Does changing 'umask' change the system's default value?
in thread Does changing 'umask' change the system's default value?
Per-process means a single invocation of a program (or script). In other words, once you change it, it will affect files created after that point by that program, and (possibly) child processes created by that program. It will not affect any other programs or users, nor will it be remembered after the program ends.
HTH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re (3): Does changing 'umask' change the system's default value?
by newbie00 (Beadle) on Dec 25, 2001 at 02:41 UTC |