1、根据进程名查看相应进程信息,以查看php进程名为例
ps-ef
grepphp
ps-ef示例ps-aux
grepphp
ps-aux例子2、查看某个端口占用情况,例如查看端口被哪个进程所占用
netstat-tunlp
grep
netstat命令如果不存在,使用如下命令安装:
Debian系统:apt-getinstallnet-toolsUbuntu系统:apt-getinstallnet-toolsCentOS系统:yuminstallnet-tools3、根据进程id查看进程的详细信息
ps-ef
grep