《APUE》第四章笔记(2)
摘要:
下面介绍对stat结构的各个成员的操作函数。先贴个stat结构的图:access函数:#include int access(const char *pathname, int mode);其中,mode是表中的按位或。返回值:若成功返回0,若出错返回-1当进程对一个文件进行某种操作(读或写或执行)... 阅读全文
posted @ 2015-01-27 19:59 fusae 阅读(155) 评论(0) 推荐(0)
浙公网安备 33010602011771号