打印一个文件的基本属性:如大小 文件类型,修改时间等等 参考结构体 :struct stat buf; int fstat(int filedes,struct stat *buf);