欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

-bash: nohup: command not found

程序员文章站 2022-03-09 09:20:30
...

-bash: nohup: command not found

查看本地是否有

which nohup

-bash: nohup: command not found

记录绝对位置

到当前用户的根目录(我的是root)

cd
vi .bash_profile

在原来后边加上:/usr/bin,保存,退出
-bash: nohup: command not found

使文件立刻生效

source ~/.bash_profile

试一下
-bash: nohup: command not found

nohup --version

-bash: nohup: command not found

ok

如果第一步就没有发现nohup,先安装,再配置

yum install coreutils