# 命令如下:
## ps -ef| grep php
## //查看启动进程数量

<br/>
## netstat -nltp
## // 查看liunx所有程序的端口,以此判断有无启动成功
## pstree -p 主进程号
## //查看所有进程的状态

