From owner-freebsd-questions Mon Apr 19 10:15:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from cygnus.rush.net (cygnus.rush.net [209.45.245.133]) by hub.freebsd.org (Postfix) with ESMTP id E030F15642 for ; Mon, 19 Apr 1999 10:15:21 -0700 (PDT) (envelope-from bright@rush.net) Received: from localhost (bright@localhost) by cygnus.rush.net (8.9.3/8.9.3) with SMTP id MAA04112; Mon, 19 Apr 1999 12:28:23 -0500 (EST) Date: Mon, 19 Apr 1999 12:28:21 -0500 (EST) From: Alfred Perlstein To: kok Cc: FreeBSD Questions Subject: Re: do u know why In-Reply-To: <371B58E5.D125F6D5@stlinux.ouhk.edu.hk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Tue, 20 Apr 1999, kok wrote: > Hello > > i would like to know the following different between > > 1) the process is still running in Unix even though i disconnect 'Close > up' (Dos program) > > 2) the process is not running in Unix when i disconnect the hyper > terminal (win95 program) > > is it possible to keep the process running even though disconnecting the > hypertermial? > if yes, how do i do it? 'nohup' or 'disown' your processes. run the command with the prefix "nohup" like "nohup myprogram" and it won't be killed when you logout. another great alternative is "screen" cd /usr/ports/misc/screen ; make install -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message