4. df -h 查看磁盘使用情况
cpu: user,system,idle,iowait mem: total,used,free,cached,buffered5. kill 杀进程6. find 搜索其实路径 -name xx 按文件名搜索 find / -size +90M |xargs ls -lh查找/下大于90M的文件路径,作为ls -lh的输入本文共 236 字,大约阅读时间需要 1 分钟。
4. df -h 查看磁盘使用情况
cpu: user,system,idle,iowait mem: total,used,free,cached,buffered5. kill 杀进程6. find 搜索其实路径 -name xx 按文件名搜索 find / -size +90M |xargs ls -lh查找/下大于90M的文件路径,作为ls -lh的输入转载于:https://www.cnblogs.com/y990441/p/6168348.html