Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ umask(2) — SunOS 4.0.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

chmod(2)

mknod(2)

open(2V)

UMASK(2)  —  SYSTEM CALLS

NAME

umask − set file creation mode mask

SYNOPSIS

int umask(numask)

int numask;

DESCRIPTION

umask() sets the process’s file mode creation mask to numask and returns the previous value of the mask.  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(2V)

Sun Release 4.0  —  Last change: 28 January 1988

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026