1、查找nginx路径:whereis nginx2、启动 service nginx start3、查看Nginx的版本号:nginx -V4、停止 nginx -s stop5、退出 nginx -s quit6、重启加载配置 nginx -s reload