1、没有发现nohup,先安装
yum install coreutils
2、如果已经安装 ,查看本地是否有,如果显示有:/usr/bin/nohup ,证明已经安装,可以直接跳到如何使用,如果没有,就没有安装过nohup
which nohup
3、第三步:查看下载的nohup
cd /usr/bin
which nohup
4、配置nohup路径,全局使用
# .bash_profile # Get the aliases and functions if [ -f ~/.bashrc ]; then . ~/.bashrc fi # User specific environment and startup programs PATH=$PATH:$HOME/bin:/usr/bin export PATH