1833828 Members
2354 Online
110063 Solutions
New Discussion

umask settings

 
SOLVED
Go to solution
lawrenzo_1
Super Advisor

umask settings

I am running an ignite and am getting serveral warnings about directories not being world readable and this may cause a client failure during installation

1> do I need to change the system umask settings?

2> how to add a default umask setting to the system, currently set to 077.

many thanks
hello
2 REPLIES 2
Mic V.
Esteemed Contributor
Solution

Re: umask settings

I haven't seen this one, but according to this:

http://web.tampabay.rr.com/batcave/ignite.htm

it sounds like the answer is yes, you should change your *session* umask (see the note in the first third or so of the document). He suggests 022.

As far as I know, the answer to (2) is /etc/profile and the like.

HTH,
Mic
What kind of a name is 'Wolverine'?
lawrenzo_1
Super Advisor

Re: umask settings

perfect!

Thanks man
hello