怎麽样设定 telnet prompt ?

2008-02-23 08:03:20来源:互联网 阅读 ()

新老客户大回馈,云服务器低至5折

1. 编辑 /usr/local/libexec/telnetd

#!/bin/sh --
/bin/cat /etc/issue.net
echo `/usr/local/bin/chinese_uptime`
exec /usr/libexec/telnetd

2. 修改 /etc/inetd.conf
把 /usr/libexec/telnetd 改成 /usr/local/libexec/telnetd

3. 取得 chinese_uptime
# cd /usr/local/bin
# fetch ftp://freebsd.csie.nctu.edu.tw/pub/jdli/binary/
chinese_uptime
# chgrp kmem chinese_uptime
# chmod 2755 chinese_uptime

4. 编辑欢迎画面 /etc/issue.net

5. 重新启动 inetd
# kill -1 `cat /var/run/inetd.pid`

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:FreeBSD 版本命名原则

下一篇:为何要安装 identd ?