Posted in computing By duncan21Posted on 2013 年 3 月 21 日2013 年 3 月 21 日 Post Views: 101 1.查看当前目录下,各子目录的大小: du -sh ./* 2.统计当前目录下各个子目录分别占用多少空间的命令: du -h –max-depth=1 ./ > total.txt & linux/centos统计当前目录下各个子目录分别占用多少空间的命令 ?