标签:文件 local pre root nbsp logs host 文件的 txt
[root@localhost ~]# du 1.txt # 查看文件大小 [root@localhost ~]# du -h 1.txt # 以适当的单位查看文件大小
[root@localhost ~]# du -h /etc # 查看目录下所有文件的大小 [root@localhost ~]# du -sh /etc # 查看目录本身的大小
标签:文件 local pre root nbsp logs host 文件的 txt
原文地址:http://www.cnblogs.com/pzk7788/p/6964721.html