预备知识-os实验任务书 时间:2024-05-12 12:15:09 【文件属性】: 文件名称:预备知识-os实验任务书 文件大小:134KB 文件格式:PPT 更新时间:2024-05-12 12:15:09 os 四、预备知识 1、Linux文件属性接口 #include #include #include int fstat(int fildes,struct stat *buf); 返回文件描述符相关的文件的状态信息 int stat(const char *path, struct stat *buf); int lstat(const char *path, struct stat *buf); 如读取到了符号连接,lstat读取符号连接本身的状态信息,而stat读取的是符号连接指向文件的信息。 立即下载