Table of Contentsumask - set file creation mask #include <sys/stat.h> int umask(int mask);
umask sets the umask to mask & 0777. The previous value of the mask is returned. SVID, AT&T, POSIX, X/OPEN, BSD 4.3 creat(2), open(2)
Table of Contents
www.fiveanddime.net