From owner-freebsd-questions@FreeBSD.ORG Thu Mar 25 19:22:20 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 20BF416A4CE for ; Thu, 25 Mar 2004 19:22:20 -0800 (PST) Received: from ns1.tiadon.com (SMTP.tiadon.com [69.27.132.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBC2F43D31 for ; Thu, 25 Mar 2004 19:22:19 -0800 (PST) (envelope-from kdk@daleco.biz) Received: from daleco.biz ([69.27.131.0]) by ns1.tiadon.com with Microsoft SMTPSVC(6.0.3790.0); Thu, 25 Mar 2004 21:22:53 -0600 Message-ID: <4063A1E8.7040008@daleco.biz> Date: Thu, 25 Mar 2004 21:22:16 -0600 From: "Kevin D. Kinsey, DaleCo, S.P." User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040322 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Augusto Jun Devegili References: <20040326092248.4845573e.y2kbug@ms25.hinet.net> <1080264423.630.11.camel@gandalf> In-Reply-To: <1080264423.630.11.camel@gandalf> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Mar 2004 03:22:53.0843 (UTC) FILETIME=[A03BC630:01C412E1] 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 03:22:20 -0000 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. >> >> > > > Screen, nohup, etc; all great answers. Just for curiosity's sake, isn't standard redirection the first thing to think of? #cvsup /ports-via-modem.sup > /root/cvsuplog & Wanna get it back? #jobs [1] + Running cvsup /ports-via-modem.sup > /root/cvsuplog Wanna keep it in the bg, but check its current status? $tail -f /myhome/cvsuplog Willing to be educated, Kevin Kinsey DaleCo, S.P. Kevin Kinsey DaleCo, S.P.