由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - How to keep the process running (转载)
相关主题
问个后台运行的问题nohup不能再ssh -X下面使?
请教一个关于nohup的问题screen是干啥的
linux进程stopped和terminated有什么区别?请问Ctrl+Z把任务suspended之后
高人帮我看看一个简单的script,为什么nohup有问题?如何后台 运行程序
[合集] 请问用了nohup以后我这边可以关机吗?用nohup忘了在结尾加&有什么影响么?
月经问题汇总--大家提供退出ssh终端后怎么能让程序继续运行?
怎么阻止ssh 自动中断呢?用了nohup怎么查运行到什么程度了?
请问mpirun怎么放在后台运行?how to schedule a cron job without root?
相关话题的讨论汇总
话题: process话题: running话题: keep话题: pushing话题: noticed
进入Linux版参与讨论
1 (共1页)
r**o
发帖数: 481
1
【 以下文字转载自 Unix 讨论区 】
发信人: roro (yoyo~Madredeus-Miradouro de Santa Catar), 信区: Unix
标 题: How to keep the process running
发信站: BBS 未名空间站 (Tue Dec 14 15:43:22 2010, 美东)
I just noticed that I didn't use "&" to keep the process running even I
close the terminal session, which I should have.
Is there a way I can keep it running, pushing it to the background process?
wy
发帖数: 14511
2
nohup your-process >some_log_file &
or use screen

?

【在 r**o 的大作中提到】
: 【 以下文字转载自 Unix 讨论区 】
: 发信人: roro (yoyo~Madredeus-Miradouro de Santa Catar), 信区: Unix
: 标 题: How to keep the process running
: 发信站: BBS 未名空间站 (Tue Dec 14 15:43:22 2010, 美东)
: I just noticed that I didn't use "&" to keep the process running even I
: close the terminal session, which I should have.
: Is there a way I can keep it running, pushing it to the background process?

l******e
发帖数: 12192
3
screen.

?

【在 r**o 的大作中提到】
: 【 以下文字转载自 Unix 讨论区 】
: 发信人: roro (yoyo~Madredeus-Miradouro de Santa Catar), 信区: Unix
: 标 题: How to keep the process running
: 发信站: BBS 未名空间站 (Tue Dec 14 15:43:22 2010, 美东)
: I just noticed that I didn't use "&" to keep the process running even I
: close the terminal session, which I should have.
: Is there a way I can keep it running, pushing it to the background process?

1 (共1页)
进入Linux版参与讨论
相关主题
how to schedule a cron job without root?[合集] 请问用了nohup以后我这边可以关机吗?
一个关于command line 运行程序的问题月经问题汇总--大家提供
Urgent help please! background process killed.怎么阻止ssh 自动中断呢?
求教怎样把scp下载的文件on-the-fly打包?请问mpirun怎么放在后台运行?
问个后台运行的问题nohup不能再ssh -X下面使?
请教一个关于nohup的问题screen是干啥的
linux进程stopped和terminated有什么区别?请问Ctrl+Z把任务suspended之后
高人帮我看看一个简单的script,为什么nohup有问题?如何后台 运行程序
相关话题的讨论汇总
话题: process话题: running话题: keep话题: pushing话题: noticed