Re: UNIX / Telnet Question - Keeping a process running


Subject: Re: UNIX / Telnet Question - Keeping a process running
From: The Alaskan Bear (akbear@akbearsden.com)
Date: Thu Jan 24 2002 - 20:31:23 AKST


There is 1 more way besides Mike's suggestion. If you do a normal
ssh into your other box, you can also do a screen to create a virtual
screen and run the process then do a ctrl-a-d to detatch the screen
which will leave the process running, then just log out, and you can
then reconnect to the machine and do a screen -r to resume it whenever
you want.

-- 
Ted Montgomery
The Alaskan Bear's Den
akbear@akbearsden.com
Registered Linux User: #253251
907-242-9824

-- There are some things lots of money can buy ... -- -- For everything else, there is LINUX ... --

On Thu, Jan 24, 2002 at 07:55:38PM -0900, Mac Mason wrote: > > This is a general UNIX question,so all you sysadmins out there help me > out. > > I want to download a CD-image (Mandrake 8.1) for a friend, then burn it > to CD. However, my desktop box is so loud that I can't sleep with it on. > Therefore, I want to do the download with my fileserver, (which is > quiet) then NFS it over to my desktop for the burn. > Painfully easy, yes? > > Well, the fileserver runs headless, and I talk to it with SSH. > I ssh in, fire up ftp, start the download, then go to turn the desktop > off. > Of course, I realize, that's going to end my ssh session and stop the > download. > > How do I keep this process running without leaving the desktop on? > > Thanks! > > ~Mac~ > > > > >



This archive was generated by hypermail 2a23 : Thu Jan 24 2002 - 20:31:17 AKST