Linux 常用知识学习
1.stat函数原型:int stat(const char *pathname, struct stat *statbuf);功能:取得指定文件的文件属性,文件属性存储在结构体stat里。头文件:#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>参数:pathname:文件名statbuf:文件属性struct stat {