Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cant run simple commands such as top TERM environment variable not set

Status
Not open for further replies.

linuxMaestro

Instructor
Jan 12, 2004
183
US
root@server [/var/tmp]# top
TERM environment variable not set.
root@server [/var/tmp]# clear
TERM environment variable not set.
root@server [/var/tmp]#

Got any tips?
 
Try TERM=vt100; export TERM.

I had a similar issue with deslogind..where the
terminal is not set. Not that it works 100%, but
it works well enough.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top