- 一、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脚本
标签:总结,ps,面试题,shell,top,ef,netstat
From: https://www.cnblogs.com/shaokai7878/p/17533924.html