umask
process.umask()
returns the Node.js process's file mode creation mask. Child processes inherit the mask from the parent process.
Since
v0.1.19
Can only be set if not in worker thread.
process.umask()
returns the Node.js process's file mode creation mask. Child processes inherit the mask from the parent process.
v0.1.19
Can only be set if not in worker thread.