# 命令如下:
## ps -ef| grep php
## //查看啟動進程數量

<br/>
## netstat -nltp
## // 查看liunx所有程序的端口,以此判斷有無啟動成功
## pstree -p 主進程號
## //查看所有進程的狀態

