码迷,mamicode.com
首页 > 系统相关 > 详细

linux配置nohup

时间:2020-09-24 21:03:34      阅读:71      评论:0      收藏:0      [点我收藏+]

标签:source   profile   linu   存在   com   lin   位置   本地   etc   

-bash: nohup: command not found
1、查看本地是否有
which nohup
如果存在记录位置
通常位置为 /usr/bin/nohup
如果没有查询到位置
yum install coreutils
进行安装 然后配置
2、修改profile文件
位置--etc/profile
vi /etc/profile
在PATH后面增加:/usr/bin
如果没有PATH
增加
PATH=$PATH:/usr/bin
保存即可
3.使文件生效
source /etc/profile
4、查看版本 确认是否配置成功
nohup --version

linux配置nohup

标签:source   profile   linu   存在   com   lin   位置   本地   etc   

原文地址:https://www.cnblogs.com/Lm-Ui-Gne/p/13711635.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!