COHERENT help

This page displays the COHERENT help information for umask.

Listing of available help pages


umask -- Set the file-creation mask

umask [OOO]

OOO are three octal digits that describe file permissions.  The shell executes
umask directly.

umask() -- Set file-creation mask

#include <sys/stat.h>
int umask(mask)
int mask;