du
统计文件的占用空间du [选项]... [目录或文件]...-s:只统计每个参数所占用的总空间大小-h:提供易读容量单位(K、M等)-sh 一般习惯使用这个组合
du -sh /
du -sh /root /etc/ /boot /homedu -sh /*