1、显示所有的进程

ps -aux

  
2、查看sshd进程

ps - aux|grep sshd

  
3、查看哪些端口在监听

netstat -tlnp

  

相关文章: