Linux---磁盘
https://www.runoob.com/linux/linux-command-manual.html

df

du

du -sh /path/to/directory
该命令将显示指定目录的磁盘空间使用情况,以人类可读的方式显示目录大小
https://www.runoob.com/linux/linux-command-manual.html



du -sh /path/to/directory
该命令将显示指定目录的磁盘空间使用情况,以人类可读的方式显示目录大小