我已经 ssh 到远程虚拟机并从源代码构建了 nginx,并且它运行良好。
nginx 安装路径是/usr/local/nignx/sbin
,已添加到和/home/my-username/.bash_profile
;/root/.bash_profile
我已注销sudo pkill -u $USER
并再次 ssh 连接。
到目前为止我已经获得
bochen> which nginx
回报/usr/local/nginx/sbin/nginx
sudo -i
然后root# which nginx
返回:/usr/local/nginx/sbin/nginx
但bochen> sudo nginx
返回command not found
我不明白发生了什么事...