📄 531.html
字号:
<html>
<head>
<title>mode_t</title>
<meta name='robots' content='noindex,nofollow'>
<meta name='generator' content='GLOBAL-5.4.1'>
</head>
<body text='#191970' bgcolor='#f5f5dc' vlink='gray'>
<pre>
<a href='../S/29.html#L71'>mode_t</a> 71 include/fcntl.h extern int creat (const char *filename, mode_t mode);
<a href='../S/43.html#L55'>mode_t</a> 55 include/sys/stat.h extern int chmod (const char *_path, mode_t mode); // 修改文件属性。
<a href='../S/43.html#L57'>mode_t</a> 57 include/sys/stat.h extern int mkdir (const char *_path, mode_t mode); // 创建目录。
<a href='../S/43.html#L58'>mode_t</a> 58 include/sys/stat.h extern int mkfifo (const char *_path, mode_t mode); // 创建管道文件。
<a href='../S/43.html#L60'>mode_t</a> 60 include/sys/stat.h extern mode_t umask (mode_t mask); // 设置属性屏蔽码。
<a href='../S/50.html#L214'>mode_t</a> 214 include/unistd.h int access (const char *filename, mode_t mode);
<a href='../S/50.html#L220'>mode_t</a> 220 include/unistd.h int chmod (const char *filename, mode_t mode);
<a href='../S/50.html#L224'>mode_t</a> 224 include/unistd.h int creat (const char *filename, mode_t mode);
<a href='../S/50.html#L245'>mode_t</a> 245 include/unistd.h int mknod (const char *filename, mode_t mode, dev_t dev);
<a href='../S/50.html#L264'>mode_t</a> 264 include/unistd.h mode_t umask (mode_t mask);
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -