umask.2

来自「unix v7是最后一个广泛发布的研究型UNIX版本」· 2 代码 · 共 31 行

2
31
字号
.TH UMASK 2.SH NAMEumask \- set file creation mode mask.SH SYNOPSIS.B umask(complmode).SH DESCRIPTION.I Umasksets a mask used whenever a file is created by.IR creat (2)or.IR mknod (2):the actual mode (see.IR chmod (2))of the newly-created file is the logical.B andof the given mode and the complement of the argument.Only the low-order 9 bits of the mask (the protection bits)participate.In other words, the mask shows the bits to be turned offwhen files are created..PPThe previous value of the mask is returned by the call.The value is initially 0 (no restrictions).The mask is inherited by child processes..SH SEE ALSOcreat(2), mknod(2), chmod(2).SH ASSEMBLER(umask = 60.).br.B sys umask; complmode

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?