[root@localhost ~]# df -h

可以查看所有文件系统的磁盘使用情况

du --max-depth=1 -h

可以查看当前目录下各子目录的磁盘使用情况

参考:http://www.2cto.com/os/201207/142116.htm

04-30 11:06