Linux查看文件夹占用空间

du -sh *   查看当前目录所有文件的各个大小
/home/econf>du -sh *
427M apache-tomcat-6.0.20
16K bin
44M boot
6.7M fileserver
251M jdk1.6.0_24
81M ms
4.8G nginrun
4.0K oracshrc
320K script
8.0K tmp


du -sh  apache-tomcat-6.0.20/  查看当前目录apache-tomcat-6.0.20的各个大小
du -sh apache-tomcat-6.0.20/
427M apache-tomcat-6.0.20/

posted @ 2013-08-03 12:19  嗨,你的益达~~~  阅读(913)  评论(0编辑  收藏  举报