du -h -d1 只查看一級目錄統計的空間占用 du -h -d1 只查看一級目錄統計的空間占用 -s 和 -d是相互矛盾的,所以用 du -h -d1 另一種寫法則是du -h --max-depth=1 ...