Re: How can I make a program keep running even after I logout?

2004-12-15 Thread O. Hartmann
Mat Kovach schrieb: On Wed, Dec 15, 2004 at 07:40:02PM +0100, Nico Meijer wrote: Hi, I want to cvsup or/and portupgrade and logout but the program keep running? Try screen: /usr/ports/misc/screen To run it, simply type `screen`, do your work, type Ctrl-A d to detach (you can go home

Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Nikolas Britton
Rae Kim wrote: I connect to my computer from school computer. I want to cvsup or/and portupgrade and logout but the program keep running? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Rae Kim
Thank you all guys.. I've tried daemon, nohup and Nicolas' csh method all works fine. On Wed, 15 Dec 2004 13:42:52 -0600, Nikolas Britton [EMAIL PROTECTED] wrote: Hi Rae, I asked this very same question back in (Job Control) back in November, first thing to know is that the default for the

Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Nikolas Britton
Rae Kim wrote: Thank you all guys.. I've tried daemon, nohup and Nicolas' csh method all works fine. My way isn't a csh way it's just that I use csh as my default shell and was just stating the fact that with csh background jobs do not die when you exit, so the nohup is optional (but

Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Giorgos Keramidas
On 2004-12-15 13:33, Rae Kim [EMAIL PROTECTED] wrote: I connect to my computer from school computer. I want to cvsup or/and portupgrade and logout but the program keep running? Put it in the background. Optionally, you may wish to redirect its output to a file and use tail -f on that file to

RE: How can I make a program keep running even after I logout?

2004-12-15 Thread Subhro
Man nohup Indian Institute of Information Technology Subhro Sankha Kar Block AQ-13/1, Sector V Salt Lake City PIN 700091 India -Original Message- From: [EMAIL PROTECTED] [mailto:owner-freebsd- [EMAIL PROTECTED] On Behalf Of Rae Kim Sent: Thursday, December 16, 2004 0:03 To: [EMAIL

Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Mat Kovach
On Wed, Dec 15, 2004 at 07:40:02PM +0100, Nico Meijer wrote: Hi, I want to cvsup or/and portupgrade and logout but the program keep running? Try screen: /usr/ports/misc/screen To run it, simply type `screen`, do your work, type Ctrl-A d to detach (you can go home now). Log in again,

Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Miguel Mendez
On Wed, 15 Dec 2004 13:33:00 -0500 Rae Kim [EMAIL PROTECTED] wrote: Hi, I connect to my computer from school computer. I want to cvsup or/and portupgrade and logout but the program keep running? You can use misc/screen for that, let's you attach/detach a screen while programs keep running

Re: How can I make a program keep running even after I logout?

2004-12-15 Thread Nico Meijer
Hi, I want to cvsup or/and portupgrade and logout but the program keep running? Try screen: /usr/ports/misc/screen To run it, simply type `screen`, do your work, type Ctrl-A d to detach (you can go home now). Log in again, type `screen -r`. Be happy. HTH... Nico