Re: [CentOS] background process

2008-07-15 Thread Les Mikesell
Johnny Hughes 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

Re: [CentOS] background process

2008-07-15 Thread Johnny Hughes
Mogens Kjaer wrote: David Hlác(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

Re: [CentOS] background process

2008-07-15 Thread Filipe Brandenburger
On Tue, Jul 15, 2008 at 08:34, David Hláčik <[EMAIL PROTECTED]> wrote: > 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? Ctrl-Z w

Re: [CentOS] background process

2008-07-15 Thread Mogens Kjaer
David Hlác(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 usi

Re: [CentOS] background process

2008-07-15 Thread William L. Maltby
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 backg

[CentOS] background process

2008-07-15 Thread David Hláčik
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.