-bash: nohup: command not found
程序员文章站
2022-03-09 09:20:30
...
-bash: nohup: command not found
查看本地是否有
which nohup
记录绝对位置
到当前用户的根目录(我的是root)
cd
vi .bash_profile
在原来后边加上:/usr/bin
,保存,退出
使文件立刻生效
source ~/.bash_profile
试一下
nohup --version
ok
如果第一步就没有发现nohup,先安装,再配置
yum install coreutils
上一篇: day09Java-多态02
下一篇: PHP常见并发场景的解决方法
推荐阅读
-
bash scp command not found的解决方法
-
ubuntu下安装vue/cli提示No command 'vue' found
-
linux 执行 javac 报错 javac: command not found
-
解决 bash: vue command not found
-
sudo service: command not found 报错的解决方法
-
linux下提示bash:command not found
-
-bash: mysqladmin: command not found问题解决
-
覆盖原先的PATH导致命令失效提示command not found的解决方法
-
mysql: command not found
-
python 错误信息是:sudo :apt-get:command not found