From owner-freebsd-questions@FreeBSD.ORG Tue Mar 15 15:19:34 2005 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 ABE6116A4CE for ; Tue, 15 Mar 2005 15:19:34 +0000 (GMT) Received: from vms044pub.verizon.net (vms044pub.verizon.net [206.46.252.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809DE43D3F for ; Tue, 15 Mar 2005 15:19:34 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from ringworm.mechee.com ([4.27.46.32])0.04 <0IDE003RIFWKJS50@vms044.mailsrvcs.net> for freebsd-questions@freebsd.org; Tue, 15 Mar 2005 09:19:32 -0600 (CST) Received: by ringworm.mechee.com (Postfix, from userid 1001) id E1B632CE75B; Tue, 15 Mar 2005 07:19:31 -0800 (PST) Date: Tue, 15 Mar 2005 07:19:31 -0800 From: "Michael C. Shultz" In-reply-to: To: freebsd-questions@freebsd.org, Jan Grant Message-id: <200503150719.31582.ringworm01@gmail.com> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7bit Content-disposition: inline References: <200503150645.24979.ringworm01@gmail.com> User-Agent: KMail/1.7.2 Subject: Re: Is this a good or a bad idea to delete all off this ? 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: Tue, 15 Mar 2005 15:19:34 -0000 On Tuesday 15 March 2005 07:02 am, Jan Grant wrote: > On Tue, 15 Mar 2005, Michael C. Shultz wrote: > > On Tuesday 15 March 2005 06:17 am, Tom Trelvik wrote: > > > Gert Cuykens wrote: > > > > can i do controle C when i want to go to sleep while upgrading > > > > ? > > > > > > A cleaner solution, regardless of whatever you're running that > > > you'd like to ^c, is to just let it run inside a screen session > > > and reattach to the screen session later to see how it went. > > > > > > Screen should be every sysadmin's best friend. =) > > > > > > Tom > > > > Tom, mind providing a link that tells us non-sysadmins how to do > > this? > > He's referring to the misc/screen port. The man page is pretty > comprehensive. It basically gives you "virtual" terminal sessions > that you can attach, detach and reattach a client to without > disturbing the underlying session. Thanks Jan for the port name. Chris Hodgins just provided a good link with information about screen, it is nice to know the portname as well. :) -Mike