标签:sed cache use 路径 find system 命令 kill linux命令
4. df -h 查看磁盘使用情况
cpu:
user,system,idle,iowait
mem:
total,used,free,cached,buffered
5. kill 杀进程
6. find 搜索其实路径 -name xx 按文件名搜索
find / -size +90M |xargs ls -lh
查找/下大于90M的文件路径,作为ls -lh的输入
标签:sed cache use 路径 find system 命令 kill linux命令
原文地址:http://www.cnblogs.com/y990441/p/6168348.html