检查磁盘使用命令
df -h
查看大文件占用情况
du -t 100M /var
或
journalctl --disk-usage
清理 systemd 的 /var/log/journal 日志文件
journalctl --vacuum-size=10M