UMASK(2) — Kubota Pacfic Computer Inc. (System Calls)
NAME
umask − set and get file creation mask
SYNOPSIS
int umask (cmask)
int cmask;
DESCRIPTION
umask sets the process’s file mode creation mask to cmask and returns the previous value of the mask. Only the low-order 9 bits of cmask and the file mode creation mask are used.
SEE ALSO
chmod(2), creat(2), mkdir(1), mknod(2), open(2), sh(1)
DIAGNOSTICS
The previous value of the file mode creation mask is returned.
March 13, 1992