View previous topic :: View next topic |
Author |
Message |
chrism Guru
Joined: 15 Jul 2004 Posts: 526
|
Posted: Sun Feb 13, 2005 12:31 am Post subject: ssh question. |
|
|
Hi,
let's say I ssh from Computer A to Computer B. Now I run a Program.
My question is:
Is there a way to run a Program on Computer B and terminate the connection? For instance I run emerge world on my server, but I don't want to wait and leave the workstation on.
Thanks,
Chris |
|
Back to top |
|
|
j-m Retired Dev
Joined: 31 Oct 2004 Posts: 975
|
Posted: Sun Feb 13, 2005 12:33 am Post subject: Re: ssh question. |
|
|
yellowhippy wrote: |
Is there a way to run a Program on Computer B and terminate the connection? For instance I run emerge world on my server, but I don't want to wait and leave the workstation on.
|
Code: |
emerge screen
man screen
|
on Computer B |
|
Back to top |
|
|
thompsonmike Apprentice
Joined: 19 Jan 2004 Posts: 275 Location: Bath UK
|
Posted: Sun Feb 13, 2005 12:56 am Post subject: |
|
|
nohup program name > nohup.out & _________________ Thanks
Michael.. |
|
Back to top |
|
|
chrism Guru
Joined: 15 Jul 2004 Posts: 526
|
Posted: Mon Feb 14, 2005 8:10 pm Post subject: |
|
|
Thanks, everything is working as it should.
Chris |
|
Back to top |
|
|
|