I have the same question as here but even beyond that.
If I logout/exit the SSH connection, I need my program running in background.
Before exit, I type bg
and jobs
to check background running task, but after exiting SSH, the program doesn't run, it closes when I close the SSH window.
What can I do if I want my program still running after closing the SSH window? I do use nohup
screen
but it also doesn't work, or am I missing something?
<br/>
s to your post. Just make paragraphs as needed. And while you're at it, please use proper capitalization. It makes your posts easier to read.) – slhck Aug 15 '13 at 10:10bg
ornohup
when usingscreen
. Also this question is related. – justbrowsing Aug 15 '13 at 10:38