目录

Linux中常用来查看进程的命令

查看所有运行中的进程:

1
ps aux | less

显示所有进程:

1
2
ps -A  
ps -e

显示进程的树状图:

1
pstree

查看进程:

1
netstat -ntlp