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?
|
|