mhonarc-users

Re: Does MHonArc really use the umask property?

1997-12-19 10:14:56
I want umask to set file-access for every file it creates to 755, so i
added -umask 755 to the parameter list. But it still creates files
with umask of 022.... What am I doing wrong?

umask is a bit mask.  Hence, you need to set it to the compliment
of what you really want.  Try "-umask 022".  It should do what you
want.

        --ewh

<Prev in Thread] Current Thread [Next in Thread>
  • Re: Does MHonArc really use the umask property?, Earl Hood <=