[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a question on C++
- To: b g <bgbg(at-nospam)md.huji.ac.il>
- Subject: Re: a question on C++
- From: Idan Sofer <i_sofer(at-nospam)yahoo.com>
- Date: 10 Jul 2001 12:32:04 +0300
- Cc: linux-il(at-nospam)linux.org.il
- Delivered-To: linux.org.il-linux-il@linux.org.il
- In-Reply-To: <Pine.LNX.4.33.0107101213270.13627-100000@alhambra.merseine.nu>
- Sender: linux-il-bounce(at-nospam)cs.huji.ac.il
On 10 Jul 2001 12:18:17 +0300, mulix wrote:
> On Tue, 10 Jul 2001, b g wrote:
>
> > the loop contains system() comand, that boots the big program. everything
> > goes ok untill i logout. when i do logout, the programs are killed.
> > how can i prevent this?
>
> two ways:
A thrid way:
Run it with the screen utility if you have it installed on the system.
it can then de-attach
it from the console, running as a daemon, and can be re-attached later.
=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il