摘要: 有三个文件属性查看的API:stat、fstat、lstat。 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *pathname, struct stat *buf); int 阅读全文
posted @ 2018-08-14 00:13 一日风 阅读(3302) 评论(0) 推荐(0) 编辑