umask(2) umask(2)
umask - set and get file creation mask
#include <sys/types.h>
#include <sys/stat.h>
mode_t umask(mode_t cmask);
umask sets the process's file mode creation mask to cmask and returns the
previous value of the mask. Only the access permission bits of cmask and
the file mode creation mask are used.
Message catalog: uxcore.abi
mkdir(1), sh(1), chmod(2), creat(2), mknod(2), open(2), stat(5)
The previous value of the file mode creation mask is returned.
PPPPaaaaggggeeee 1111 [ Back ]
|