原创 APUE讀書筆記——文件和目錄

一、stat、fstat、lstat函數 #include<sys/stat.h> int stat(const char *restrict pathname, struct stat*restrict buf); int fstat(