View previous topic :: View next topic |
Author |
Message |
chrism Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
j-m Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
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 ![Smile :)](images/smiles/icon_smile.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
thompsonmike Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/gallery/6th Day/movie_the_6th_day_adam_gibson.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
chrism Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
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 |
|
![](templates/gentoo/images/spacer.gif) |
|