From owner-freebsd-questions@FreeBSD.ORG Wed Jul 9 21:48:36 2003 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 6311A37B401 for ; Wed, 9 Jul 2003 21:48:36 -0700 (PDT) Received: from hermes.pressenter.com (hermes.pressenter.com [69.58.128.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6FF0A43FEA for ; Wed, 9 Jul 2003 21:48:33 -0700 (PDT) (envelope-from nospam@hiltonbsd.com) Received: from [69.58.132.94] (helo=daggar.sbgnet.local) by hermes.pressenter.com with smtp (Exim 3.16 #1) id 19aTM7-0004IG-00; Wed, 09 Jul 2003 23:48:32 -0500 Date: Wed, 9 Jul 2003 23:48:30 -0500 From: Stephen Hilton To: "Marvin J. Kosmal" Message-Id: <20030709234830.3edb9a5d.nospam@hiltonbsd.com> In-Reply-To: <1057642510.726.140.camel@farm-libranet> References: <1057642510.726.140.camel@farm-libranet> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Change terminals 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: Thu, 10 Jul 2003 04:48:36 -0000 On 07 Jul 2003 22:35:08 -0700 "Marvin J. Kosmal" wrote: > > > Question > > When you ssh into your work machine from home > > How or can you change the terminal you are on.. > > > > example below > > > > > > Last login: Mon Jul 7 22:23:50 2003 from clark.lab > mkosmal@libranet-lab2:~$ w > 22:31:55 up 4 days, 8:42, 7 users, load average: 1.16, 1.03, 1.01 > USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT > mkosmal :0 - Thu13 ?xdm? 14:27 4.09s > /usr/bin/icewm-experimental > mkosmal pts/0 :0 Thu13 4days 4days 4days > ./setiathome > mkosmal pts/1 :0 Thu13 4days 0.07s 0.07s -bash > mkosmal pts/2 :0.0 Thu15 4days 0.31s 0.28s ssh > mkosmal@lab > mkosmal pts/3 :0.0 Thu16 4days 0.00s 0.00s -bash > mkosmal pts/4 :0.0 Thu16 4days 0.04s 0.04s -bash > mkosmal pts/5 pdx-ppp374.pop1. 22:31 0.00s 0.04s 0.02s w > > > > I did the w. and am on pts/5 > > How do I get to pts/0?????? > > > TIA Marvin, Try the program called "screen" in the ports tree at: /usr/ports/misc/screen A very usefull utility to allow you to attach and detach from terminal sessions. Once you start using it you will never go back, like FreeBSD. Regards, Stephen Hilton nospam@hiltonbsd.com