linux 计算磁盘使用量

查看目前所有文件系统的可用空间及使用情形

1
df -h

查看文件或文件夹的磁盘使用空间

1
du -h --max-depth=1 your_dest_dir
updatedupdated2021-10-222021-10-22