ubuntu运维 2026-01-09 22:16 21 次阅读 0 条评论 Linux #Ubuntu 查看磁盘空间 df -h 查找服务器中所有大于1G的文件 sudo find / -type f -size +1G -print0 | xargs -0 ls -lh | sort -hr -k5 原文链接: https://www.cnblogs.com/fireicesion/p/19463505
评论 (0)
暂无评论,快来发表第一条评论吧!