umask

Difference between version 0 and 1 - Previous - Next
This command is part of the [TclX] package.

    :   '''umask''' ?''octalMask''?
Gets and sets the [POSIX] file creation permissions mask. Gets the current value if ''octalMask'' is omitted, sets it if ''octalMask'' is given. Will affect the [open] and [file mkdir] commands, plus operations by subprocesses started with [exec] (it is an inheritable property that is cloned when a new process is created).
----
!!!!!!
%| [C<<categoryies>> Command%|%Command%|%] | [Category TclX%|%TclX%|%] |%
!!!!!!