Is there a way to suspend, and then later (after logging in and out) restart a unix job running in the background on a remote computer?

link|improve this question

65% accept rate
feedback

1 Answer

You can use kill -STOP and kill -CONT, but you can't reconnect to its pty. What you really want is screen or tmux.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.