摘要:
Linux C 下面读取文件夹要用到结构体struct dirent,在头#include <dirent.h>中,如下: #include <dirent.h>struct dirent{ long d_ino; /* inode number 索引节点号 */ off_t d_off; /* o 阅读全文
摘要:
[root@localhost ~]# df -h 文件系统 容量 已用 可用 已用% 挂载点/dev/mapper/VolGroup00-LogVol00 14G 11G 2.5G 81% //dev/sda1 99M 21M 73M 23% /boottmpfs 252M 0 252M 0% / 阅读全文