
apue读书笔记
文章平均质量分 84
zhoujunr1
这个作者很懒,什么都没留下…
展开
-
apue读书笔记-Ch04
1 Introduction2 stat fstat fstatat lstat Functions c语言中关键字restrict的用法 3 File TypesSet-User-ID and Set-Group-IDFile access permission6 Ownership of New Files and Directories7 access an原创 2017-08-13 16:21:01 · 292 阅读 · 0 评论 -
apue读书笔记-Ch04(2)
# 4.9 `chmod, fchmod fchmodat` Functions#include <sys/stat.h>int chmod(const char *pathname, mode_t mode);int fchmod(int fd, mode_t mode);int fchmodat(int fd, const char *pathname, mode_t mode, int原创 2017-08-15 15:53:45 · 299 阅读 · 0 评论