From owner-freebsd-questions Tue Nov 18 18:15:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id SAA16515 for questions-outgoing; Tue, 18 Nov 1997 18:15:36 -0800 (PST) (envelope-from owner-freebsd-questions) Received: from area51.stjohns.edu (area51.stjohns.edu [149.68.19.239]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id SAA16506 for ; Tue, 18 Nov 1997 18:15:30 -0800 (PST) (envelope-from lefty@area51.stjohns.edu) Received: from localhost (lefty@localhost) by area51.stjohns.edu (8.8.5/8.7.3) with SMTP id VAA11510; Tue, 18 Nov 1997 21:16:29 -0500 Date: Tue, 18 Nov 1997 21:16:29 -0500 (EST) From: "Lefty G." To: "Jonathan E. Lyons" cc: questions@FreeBSD.ORG Subject: Re: Keeping mutliple machine and telnets straight.... In-Reply-To: <3.0.3.32.19971118190606.00756e98@midwest.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Ok, it at depends what your PS1 variable is set to.. In bash type in "set|more" and take note of the PS1 variable.. Then try export PS1='$HOSTNAME>' or better yet export PS1='$USERNAME@$HOSTNAME>' -Lefty On Tue, 18 Nov 1997, Jonathan E. Lyons wrote: > > Hello, > Now that I have 3 FreeBSD machines on my network I've developed a nasty > habbit. I tend to telnet around from machine to machine and sometimes > (well, most of the time)lossing track of where I am. I've noticed on other > linux machines/shells the host name is in the command line...Ie... > > You have new mail. > # > > You have new mail. > hostname-# > > Is this just a different shell or what? > > > Thanks! >