Linux命令合集

  1. 根据内存使用由低到高展示进程(Sorting down processes by memory usage)
    ps aux –sort rss

  2. 查看CPU使用情况
    top —> c —> 1 按照由低到高排序
    space刷新

  3. 压缩文件
    zip 要生成文件名 xxx xxx(后面跟的都是要压缩的文件)
    解压文件
    unzip 文件名

  4. du -a . | sort -n -r | head -n 10
    disk usage 列出全部文件 | 排序(从大到小) | 看最大的前十个

5.更改文件权限
sudo chown -R apps.apps wechaty-file-pro1