启动
启动代码格局:nginx装置目录地址 -c nginx配置文件地址

例如:

[root@LinuxServer sbin]# /usr/local/nginx/sbin/nginx -c /usr/local/nginx/conf/nginx.conf

进行
nginx的进行有三种形式:

从容进行
  1、查看过程号

[root@LinuxServer ~]# ps -ef|grep nginx