码迷,mamicode.com
首页 > 其他好文 > 详细

AIX-vi操作-提示Unknown terminal type的问题解决方法

时间:2014-12-26 12:52:57      阅读:984      评论:0      收藏:0      [点我收藏+]

标签:

AIX-vi操作-提示Unknown terminal type的问题解决方法
AIX Version 5.3
$ vi /etc/profile
linux: Unknown terminal type
[Hit return to continue] :q!
I don‘t know what kind of terminal you are on - all I have is ‘linux‘.
[Using open mode]
……
临时办法,下次启动失效,需要重新执行
$ echo $TERM
linux
$ export TERM=vt100
$ echo $TERM
vt100
$ vi /etc/profile --正常使用
"/etc/profile" [Read only] 63 lines, 1811 characters
……

AIX-vi操作-提示Unknown terminal type的问题解决方法

标签:

原文地址:http://www.cnblogs.com/rusking/p/4186419.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!