25 lines
1.0 KiB
HTML
25 lines
1.0 KiB
HTML
<html><!-- This HTML file has been created by texi2html 1.29
|
|
from syscalls.texi on 4 June 1994 -->
|
|
|
|
<TITLE>Syscall specifications of Linux - umask</TITLE>
|
|
<P>Go to the <A HREF="syscalls_31.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_31.html">previous</A>, <A HREF="syscalls_33.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_33.html">next</A> section.<P>
|
|
<H2><A NAME="SEC32" HREF="syscalls_toc.html#SEC32" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_toc.html#SEC32">umask</A></H2>
|
|
<P>
|
|
<H3>SYNOPSIS</H3>
|
|
<P>
|
|
<CODE>int umask(int <VAR>mask</VAR>);</CODE>
|
|
|
|
<H3>PARAMETERS</H3>
|
|
<P>
|
|
<VAR>mask</VAR>: [in] the new mask.
|
|
<P>
|
|
<H3>DESCRIPTION</H3>
|
|
<P>
|
|
Sets the umask value to <CODE><VAR>mask</VAR>&0777</CODE>.
|
|
<P>
|
|
<H3>RETURN VALUE</H3>
|
|
<P>
|
|
The previous value of the mask.
|
|
<P>
|
|
<P>Go to the <A HREF="syscalls_31.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_31.html">previous</A>, <A HREF="syscalls_33.html" tppabs="http://www.infran.ru/TechInfo/syscalls/syscalls_33.html">next</A> section.<P>
|