From owner-freebsd-questions Sun Jan 28 7:31:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from d9168.upc-d.chello.nl (d9168.upc-d.chello.nl [213.46.9.168]) by hub.freebsd.org (Postfix) with ESMTP id 637DE37B400 for ; Sun, 28 Jan 2001 07:31:08 -0800 (PST) Received: by d9168.upc-d.chello.nl (Postfix, from userid 1001) id 9980518B; Sun, 28 Jan 2001 16:31:06 +0100 (CET) Date: Sun, 28 Jan 2001 16:31:06 +0100 From: Edwin Groothuis To: G D McKee Cc: freebsd-questions Subject: Re: Telnet Sessions Message-ID: <20010128163106.D62745@d9168.upc-d.chello.nl> Mail-Followup-To: Edwin Groothuis , G D McKee , freebsd-questions References: <002501c0893d$ded84660$0500a8c0@gdmckee.local> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002501c0893d$ded84660$0500a8c0@gdmckee.local>; from freebsd@gdmckee.com on Sun, Jan 28, 2001 at 03:20:39PM -0000 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Jan 28, 2001 at 03:20:39PM -0000, G D McKee wrote: > If for example I was doing a make world from a telnet connection on a > Microsoft box and this PC needed rebooting, is there a way of redirecting > the output of the telnet session to another telnet session on another PC? Yes and no... The telnet-session itself has to be closed, but the make world run is the thing you want to continue. If you use screen (/usr/ports/misc/screen), you can detach the sessions and pick them up from another terminal. Information for screen-3.9.5: Comment: A multi-screen window manager Description: Screen is a full-screen window manager that multiplexes a physical terminal between several processes (typically interactive shells). Each virtual terminal provides the functions of a DEC VT100 terminal and, in addition, several control functions from the ANSI X3.64 (ISO 6429) and ISO 2022 standards (e.g. insert/delete line and support for multiple character sets). There is a scrollback history buffer for each virtual terminal and a copy-and-paste mechanism that allows moving text regions between windows. Edwin -- Edwin Groothuis | Interested in MUDs? Visit Fatal Dimensions: mavetju@chello.nl | http://fataldimensions.nl.eu.org/ ------------------+ telnet://fataldimensions.nl.eu.org:4000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message