Skip to Content.
Sympa Menu

baslinux - Re: [BL] telnet and lynx

baslinux AT lists.ibiblio.org

Subject: Baslinux mailing list

List archive

Chronological Thread  
  • From: ichi AT aggies.org
  • To: baslinux AT lists.ibiblio.org
  • Subject: Re: [BL] telnet and lynx
  • Date: Mon, 14 Apr 2003 09:23:41 +0000

sindi keesan wrote:
>
> When I dial in with minicom or kermit I don't have this problem.
> When I telnet in I think it is identifying somehow as VT100 and
> when dialing in it identifies as terminal type linux.

If you do the following, it should tell you the type:
----------
echo $TERM
----------

> Is there some easy way to fix things so telnet identifies my
> terminal type as linux,

I think you can change the terminal type (after the remote login)
by doing this:
----------
TERM=linux
----------
Note: there is no $ prefix for TERM in this one.

Cheers,
Steven





Archive powered by MHonArc 2.6.24.

Top of Page