1 打开环境变量文件
vim /etc/profile
2 在末尾加上
PATH=$PATH:/usr/local/nginx/sbin
3 重新加载环境
source /etc/profile
4 执行 nginx 命令
[root@localhost ~]# source /etc/profile
[root@localhost ~]# nginx -v
nginx version: nginx/1.9.9
[root@localhost ~]# nginx
[root@localhost ~]#