V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
lancee
V2EX  ›  问与答

How the teminal shell HostName can be as “229:~ lancee$” ?

  •  
  •   lancee · 2011-03-01 19:14:39 +08:00 · 5387 次点击
    这是一个创建于 4804 天前的主题,其中的信息可能已经有所发展或是发生改变。
    登入MB终端的时候本应是:
    "Last login: Tue Mar 1 17:19:48 on ttys000
    ly-lanceedemacbook:~ lancee$ "

    有的时候却是:
    "229:~ lancee$"
    是什么意思呢?

    谢谢解答。

    It prints :

    "Last login: Tue Mar 1 17:19:48 on ttys000 ly-lanceedemacbook:~ lancee$ "
    when I login terminal on my Macbook with networking.

    But sometime go like this :

    "229:~ lancee$"
    random numbers, Is there any hackTools working within the local area network? or means what?

    stackoverflow.com/questions/5152882/how-the-teminal-shell-hostname-can-be-as-229-lancee
    6 条回复    1970-01-01 08:00:00 +08:00
    TheOnly92
        1
    TheOnly92  
       2011-03-01 19:38:27 +08:00
    如 stackoverflow 那位仁兄所说的,执行 echo "$PS1" 的结果是什么?这个 grep 'PS1' ~/.profile ~/.bashrc /etc/profile 呢?
    lancee
        2
    lancee  
    OP
       2011-03-01 20:05:53 +08:00
    @TheOnly92 谢谢:D

    echo "$PS1"
    \h:\W \u\$

    ly-lanceedemacbook:~ lancee$ grep "\h:\W \u\$" ~/.profile
    ly-lanceedemacbook:~ lancee$ grep "\h:\W \u\$" ~/.bashrc
    grep: /Users/lancee/.bashrc: No such file or directory
    ly-lanceedemacbook:~ lancee$ grep "\h:\W \u\$" /etc/profile

    shell只知皮毛,学。:P
    roamlog
        3
    roamlog  
       2011-03-01 20:07:49 +08:00
    这个可以修改的, 修改你的 shell 配置文件, 比如我的是这样的 http://readful.com/post/2810013340/oh-my-zsh-zsh-theme
    lancee
        4
    lancee  
    OP
       2011-03-01 20:20:19 +08:00
    @roamlog thx, 就是说可以改掉 prefix 了?
    ————> 简单的:lancee ~/…
    TheOnly92
        5
    TheOnly92  
       2011-03-01 21:14:45 +08:00
    那么你的 PS1 就得修改成 \u \W \$ 或者是你喜欢的类型。你可以在 shell 不断执行 PS1="\u \W \$" 诸如此类,然后感到满意后在 home folder 创建一个叫 .bashrc 的文件,然好将 export PS1="..." 存起来就行了。
    lainuo
        6
    lainuo  
       2011-03-01 21:19:41 +08:00
    有可能是网络的DHCP服务器改的HOST
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   997 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 30ms · UTC 19:50 · PVG 03:50 · LAX 12:50 · JFK 15:50
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.