stat/lstat函数使用

stat/lstat函数使用 1. 进程虚拟地址空间 2. stat函数 获取文件信息 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *pathname, struct stat *statbuf); i
相关文章
相关标签/搜索