标签:cat kill 服务 open stop load 切换 文件 bsp
kill int 2333 进程号 停止程序
kiil quit 2322 优雅停止服务
kill -HUP 2333 优雅重启 从新读取配置文件
kill -HUP ‘cat logs/nginx.pid‘ 优雅重启 从新读取配置文件
kill -usr1 26733 日志切换 使用(老日志备份)
nginx -s stop 停止
nginx -s reload 重读配置文件
nginx -t 验证配置文件
nginx -s reopen 同usr1
nginx -s quit 优雅退出
标签:cat kill 服务 open stop load 切换 文件 bsp
原文地址:http://www.cnblogs.com/lijiasnong/p/6021065.html