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

nohup命令执行推出后进程退出

时间:2017-01-24 22:48:22      阅读:328      评论:0      收藏:0      [点我收藏+]

标签:输入   hup   get   end   解决   也会   targe   archive   amp   

nohup命令常常用于让进程在后台执行。
但是如果仅仅是执行: nohup command & 之后直接关闭终端的话,会发现之前已经启动进程也会退出。
解决办法:
nohup command & 之后,看到输出: appending output to nohup.out
还需要按终端上键盘任意键退回到shell输入命令窗口,然后通过在shell中输入exit来退出终端。

【参考】
1.http://www.cnblogs.com/allenblogs/archive/2011/05/19/2051136.html  linux nohup命令用法

nohup命令执行推出后进程退出

标签:输入   hup   get   end   解决   也会   targe   archive   amp   

原文地址:http://www.cnblogs.com/nuccch/p/6347938.html

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