1、显示所有的进程
ps -aux
2、查看sshd进程
ps - aux|grep sshd
3、查看哪些端口在监听
netstat -tlnp
进程管理常用命令
原文:https://www.cnblogs.com/wuhaidong/p/11065758.html