免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
12下一页
最近访问板块 发新帖
查看: 5111 | 回复: 11
打印 上一主题 下一主题

HP UNIX如何设置默认terminal [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2009-08-21 10:13 |只看该作者 |倒序浏览
每次登录主机,总是要设置terminal,请问应该怎么设置才能把默认terminal设为VT100?非常感谢!

论坛徽章:
0
2 [报告]
发表于 2009-08-21 10:24 |只看该作者
/etc/profile

论坛徽章:
0
3 [报告]
发表于 2009-08-21 10:39 |只看该作者
登录用户的.profile中设置

论坛徽章:
0
4 [报告]
发表于 2009-08-21 10:39 |只看该作者
.profile中的设置如下:
# Set up the terminal:
        if [ "$TERM" = "" ]
        then
                eval ` tset -s -Q -m 'hp' `
        else
                eval ` tset -s -Q `
        fi
        stty erase "^H" kill "^U" intr "^C" eof "^D"
        stty hupcl ixon ixoff
        tabs

请问需要怎样修改?

[ 本帖最后由 xjzcz 于 2009-8-21 10:42 编辑 ]

论坛徽章:
0
5 [报告]
发表于 2009-08-21 10:47 |只看该作者
bash-2.04# man profile

profile(4)                                                       profile(4)

NAME
      profile - set up user's environment at login time

DESCRIPTION
      If the file /etc/profile exists, it is executed by the shell for every
      user who logs in.  The file /etc/profile should be set up to do only
      those things that are desirable for every user on the system, or to
      set reasonable defaults.  If a user's login (home) directory contains
      a file named .profile, that file is executed (via the shell's exec
      .profile) before the session begins.  .profile files are useful for
      setting various environment parameters, setting terminal modes, or
      overriding some or all of the results of executing /etc/profile.

EXAMPLES
      The following example is typical (except for the comments):

           #  Make some environment variables global
               export MAIL PATH TERM
           #  Set file creation mask
               umask 22
           #  Tell me when new mail comes in
               MAIL=/var/mail/myname
           #  Add my /bin directory to the shell search sequence
               PATH=$PATHHOME/bin
           # Set terminal type
               echo "terminal: \c"
               read TERM
               case $TERM in
                   300)      stty cr2 nl0 tabs; tabs;;
                   300s)     stty cr2 nl0 tabs; tabs;;
                   450)      stty cr2 nl0 tabs; tabs;;
                   hp)       stty cr0 nl0 tabs; tabs;;
                   745|735)  stty cr1 nl] -tabs; TERM=745;;
                   43)       stty cr1 nl0 -tabs;;
                   *)        echo "$TERM unknown";;
               esac

      A more complete model .profile can be found in /etc/skel/.profile.

FILES
      $HOME/.profile
      /etc/profile

SEE ALSO
      env(1), login(1), mail(1), sh(1), stty(1), su(1), environ(5), term(5).

Hewlett-Packard Company            - 1 -   HP-UX 11i Version 2: August 2003

论坛徽章:
0
6 [报告]
发表于 2009-08-21 10:54 |只看该作者
非常感谢yuio654 ,看来还是有事找男人。。。

论坛徽章:
0
7 [报告]
发表于 2009-08-21 12:13 |只看该作者

回复 #6 xjzcz 的帖子

呵~,得分什么事

论坛徽章:
3
丑牛
日期:2014-02-25 15:19:10金牛座
日期:2014-02-28 19:01:322015亚冠之西悉尼流浪者
日期:2015-06-10 15:01:09
8 [报告]
发表于 2009-09-28 15:35 |只看该作者
原帖由 smart_zhaozf 于 2009-8-21 12:13 发表
呵~,得分什么事

论坛徽章:
0
9 [报告]
发表于 2009-12-31 10:44 |只看该作者

回复 #1 xjzcz 的帖子

可以在 跟下的 .profile  添加一行 export TERM=vt100
或者在/etc/profile里添加,这个是对于所有用户有效的。

论坛徽章:
0
10 [报告]
发表于 2009-12-31 11:02 |只看该作者
基本上就这些 你做下实验看看
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP