基本东西都交叉编译好了,下载地址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
嵌入式系统配置指南
本文档详细介绍了如何为嵌入式系统配置telnet服务,包括编译好的文件下载、关键配置步骤如服务配置文件及启动脚本的修改、用户与密码设置等。
127

被折叠的 条评论
为什么被折叠?



