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的输入

posted @ 2016-12-13 00:37  想吃天鹅肉的呱呱  阅读(139)  评论(0编辑  收藏  举报