real6410 telnet server简单配置

本文档详细介绍了如何为嵌入式系统配置telnet服务,包括编译好的文件下载、关键配置步骤如服务配置文件及启动脚本的修改、用户与密码设置等。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

基本东西都交叉编译好了,下载地址http://download.youkuaiyun.com/source/3202765

基本用法

#MADE BY EDWARD.XU
#1
#Copy the services passwd inetd.conf to the direction /etc
#example
cp services passwd inetd.conf /etc
#2
#Copy the telnetd inetd to the direction /usr/sbin
#example
cp telnetd inetd /usr/sbin
#3
#change the rcS (rcS in the direction /etc/init.d)
#example
vi /etc/init.d/rcS
#add
/usr/sbin/inetd
/usr/sbin/telnetd
#4
#change the usr&passwd
#example
vi /etc/passwd
#it type is
#usr:passwd:user id:group id:user name:user direction:bash
#example
xfx::0:0:Linux User,,,:/use/xfx:/bin/bash
#the password should be compile de by MOD5
#so,you should not type the password at first
#then,you can change it by the passwd
#example
passwd xfx
#OK,all config is ok
reboot
#good luck

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值