零零社区|百姓的网上家园-互动交流平台!(0.0)=^_^=(00社区)

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
热搜: 活动 交友 discuz

怎麽样设定 telnet prompt ?

2013-4-8 13:45| 发布者: 123456000000| 查看: 18| 评论: 0

摘要: 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/teln ...
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`

路过

雷人

握手

鲜花

鸡蛋

相关阅读

发表评论

最新评论

相关分类


Archiver|手机版|小黑屋|00社区

GMT+8, 2023-1-31 10:49 , Processed in 0.042986 second(s), 18 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

返回顶部