From owner-freebsd-questions Tue Feb 25 14:54: 6 2003 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 3720F37B401 for ; Tue, 25 Feb 2003 14:54:05 -0800 (PST) Received: from hotmail.com (oe60.law12.hotmail.com [64.4.18.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7DDF43F3F for ; Tue, 25 Feb 2003 14:54:04 -0800 (PST) (envelope-from b1henning@hotmail.com) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 25 Feb 2003 14:54:04 -0800 X-Originating-IP: [192.216.212.193] From: "Brian Henning" To: "Giorgos Keramidas" Cc: References: <20030225224910.GC1181@gothmog.gr> Subject: Re: cons25 or vt100 Date: Tue, 25 Feb 2003 16:52:16 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Message-ID: X-OriginalArrivalTime: 25 Feb 2003 22:54:04.0684 (UTC) FILETIME=[CBBFECC0:01C2DD20] Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG here is my result. henninb@trinity ~> echo $TERM xterm i think the term should come up as vt100 not xterm. why does this happen? cheers, brian ----- Original Message ----- From: "Giorgos Keramidas" To: "Brian Henning" Cc: Sent: Tuesday, February 25, 2003 4:49 PM Subject: Re: cons25 or vt100 > On 2003-02-25 16:40, Brian Henning wrote: > > is there a veriable set on login that can tell me weather i am logged in on as > > vt100 or cons25? > > is there anyway to tell? > > Try the following shell command: > > echo $TERM > > The TERM variable is always[1] set to your current terminal type. > > [1] Well, almost always... but for your particular question, let's > assume that this is indeed 'always'. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message