OK, thanks!
On a side note, I tried to search Julia github page about 'umask' but
looked only hits from source, sorry...
Kaj
On Wednesday, June 8, 2016 at 5:03:17 PM UTC+3, Stefan Karpinski wrote:
>
> See https://github.com/JuliaLang/julia/issues/16237. So umask is ignored
> on 0.4.x but respected on 0.5-dev.
>
> On Wed, Jun 8, 2016 at 3:28 AM, Kaj Wiik <[email protected] <javascript:>>
> wrote:
>
>> I tried
>> ccall( (:umask, "libc"), Cint, (Cint,), 0o22)
>> and while it did not give any error and in fact seemed to change the
>> umask, it did not have any effect to the premissions of the created files.
>>
>> Kaj
>>
>> On Wednesday, June 8, 2016 at 10:10:56 AM UTC+3, Kaj Wiik wrote:
>>>
>>> Is there a way to set the default umask for the process?
>>>
>>> Kaj
>>>
>>>
>