【发布时间】:2014-08-31 20:05:12
【问题描述】:
运行 TOP 命令时出现错误:
>top
'xterm': unknown terminal type.
> echo $TERM
xterm
> echo $DISPLAY
DYSPLAY: Undefined variable.
> cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.3 (Santiago)
> ls /usr/share/terminfo/
1 2 3 4 5 6 7 8 9 a A b c d e E f g h i j k l L m M n N o p P q Q r s t u v w x X z
> ls /usr/share/terminfo/x/xterm
/usr/share/terminfo/x/xterm
Root 也有这个问题。
TOP 使用 xterm 吗?
我该怎么办?
【问题讨论】:
-
我正在通过 putty.exe 使用 ssh
-
DYSPLAY:未定义变量?!?
-
DYSPLAY?你在 .profile 或类似的地方有错字
标签: linux shell command redhat