From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 17:32:56 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3048D16A4CF for ; Thu, 25 Mar 2004 17:32:56 -0800 (PST) Received: from zoot.lafn.org (zoot.lafn.ORG [206.117.18.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id E18AD43D4C for ; Thu, 25 Mar 2004 17:32:55 -0800 (PST) (envelope-from bc979@lafn.org) Received: from [10.0.1.90] (host-66-81-201-74.rev.o1.com [66.81.201.74]) (authenticated bits=0) by zoot.lafn.org (8.12.3p3/8.12.3) with ESMTP id i2Q1Wc3h046711 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO); Thu, 25 Mar 2004 17:32:41 -0800 (PST) (envelope-from bc979@lafn.org) In-Reply-To: <1080264423.630.11.camel@gandalf> References: <20040326092248.4845573e.y2kbug@ms25.hinet.net> <1080264423.630.11.camel@gandalf> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <764CBAD9-7EC5-11D8-B47A-000393681B06@lafn.org> Content-Transfer-Encoding: 7bit From: Doug Hardie Date: Thu, 25 Mar 2004 17:32:36 -0800 To: Augusto Jun Devegili X-Mailer: Apple Mail (2.613) X-Virus-Scanned: ClamAV version 'clamd / ClamAV version devel-20040209', clamav-milter version '0.66m' cc: freebsd-questions@freebsd.org cc: Robert Storey Subject: Re: log off with process running X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Mar 2004 01:32:56 -0000 On Mar 25, 2004, at 17:27, Augusto Jun Devegili wrote: > nohup is a possible solution; check its man page. > > Example: > > $ nohup wget http://server/big.iso & > > On Fri, 2004-03-26 at 05:22, Robert Storey wrote: >> I want to log off and hang up the modem. The question is, how to do >> so? With the >> above process running, I can't even get back to the command line to >> type "exit" >> (and wouldn't typing "exit" kill any process I'm running?). Ditto if >> I hit >> ctrl-c. I suppose I could just hang up the modem, but that's not >> elegant. I use nohup for that all the time. Works fine.