- 一、Linux
1. 常用的高级命令:ps -ef top iotop netstat df -h free tar rpm
2. 查看磁盘使用情况:ps -ef,查看内存:top、free、jmap -heap 进程号,查看端口号:netstat
- 二、shell
1. 常用工具 awk sed sort cut,知道对应名称。--》一般用Python写脚本。
2. 手写过哪些shell脚本
1. 常用的高级命令:ps -ef top iotop netstat df -h free tar rpm
2. 查看磁盘使用情况:ps -ef,查看内存:top、free、jmap -heap 进程号,查看端口号:netstat
1. 常用工具 awk sed sort cut,知道对应名称。--》一般用Python写脚本。
2. 手写过哪些shell脚本