From owner-freebsd-questions@FreeBSD.ORG Mon Nov 22 14:27:40 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 322F416A4CE for ; Mon, 22 Nov 2004 14:27:40 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80EC343D46 for ; Mon, 22 Nov 2004 14:27:39 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id iAMETXJx010875; Mon, 22 Nov 2004 15:29:33 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id iAMETX0c010874; Mon, 22 Nov 2004 15:29:33 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Mon, 22 Nov 2004 15:29:33 +0100 From: Ruben de Groot To: Nikolas Britton Message-ID: <20041122142933.GA10428@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Nikolas Britton , Martin Hepworth , freebsd-questions References: <41A1C433.90406@nbritton.org> <41A1C865.30308@solid-state-logic.com> <41A1E04B.9070107@nbritton.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41A1E04B.9070107@nbritton.org> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.0 X-Spam-Checker-Version: SpamAssassin 3.0.0 (2004-09-13) on ei.bzerk.org cc: freebsd-questions cc: Martin Hepworth Subject: Re: Job Control 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: Mon, 22 Nov 2004 14:27:40 -0000 On Mon, Nov 22, 2004 at 06:49:15AM -0600, Nikolas Britton typed: > > > I've play a bit with screen but I don't think it will work for my > problem so let me restate it. Lets say I wanted to buildworld, build a > port, cvsup, portupgrade, etc. but forgot to do it before I left for > school, work, or wherever so I ssh into my box and do #foobar& etc. and > then exit, then when I get back home I want to see what happened. I > guess it just goes to show that there's always a solution to a problem, > you just have to look at it from another angle (can you thing of any > other solutions btw?): >From work: # nohup foobar >& foobar.log & Back home: # tail -f foobar.log Ruben