Skip to content

排查centos7 磁盘占满问题

bash
# 查看磁盘整体使用情况
$ df -hT
# 查看当前目录下文件占用空间大小
$ du -lh --max-depth=1
# 手动删除无用数据