UMASK(2) COMMAND REFERENCE UMASK(2)
NAME
umask - set file creation mode mask
SYNOPSIS
oumask = umask(numask)
int oumask, numask;
DESCRIPTION
Umask sets the process's file mode creation mask to numask
and returns the previous value of the mask in oumask. The
low-order 9 bits of numask are used whenever a file is
created, clearing corresponding bits in the file mode (see
chmod(2)). This clearing allows each user to restrict the
default access to his files.
The mask is inherited by child processes.
RETURN VALUE
The previous value of the file mode mask is returned by the
call.
SEE ALSO
chmod(2), mknod(2), open(2).
Printed 10/17/86 1
%%index%%
na:72,71;
sy:143,333;
de:476,554;
rv:1030,156;
se:1186,148;
%%index%%000000000093