Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ umask(2) — UNIX System III

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

mkdir(1)

mknod(1M)

sh(1)

chmod(2)

creat(2)

mknod(2)

open(2)

UMASK(2)  —  UNIX 3.0

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. 

RETURN VALUE

The previous value of the file mode creation mask is returned. 

SEE ALSO

mkdir(1), mknod(1M), sh(1), chmod(2), creat(2), mknod(2), open(2). 

May 16, 1980

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