On Tue, 2008-07-15 at 14:34 +0200, David Hláčik wrote:
Sorry for such lame question but ..
When i am connected to server using SSH . How can i fetch process to background and close ssh session and not kill that process? And how can i later connect to server and fetch process from background to console?
All years i have been using "screen" for this.
IIUC your question, the bash job control facility should allow what you need. "Man bas:, see JOB CONTROL.
Thanks in advance!
David
<snip sig stuff>
HTH