Go to the previous, next section.

umask

SYNOPSIS

int umask(int mask);

PARAMETERS

mask: [in] the new mask.

DESCRIPTION

Sets the umask value to mask&0777.

RETURN VALUE

The previous value of the mask.

Go to the previous, next section.