摘要: 在unix下提到文件属性,不得不提的一个结构就是stat,stat结构一般定义如下:struct stat { dev_t st_dev; /* ID of device containing file */ ino_t ... 阅读全文
posted @ 2014-11-03 23:33 觉远大师 阅读(1155) 评论(0) 推荐(0)