How to start the Telnet service on the Development Board

Source: Internet
Author: User

The Linux Development Board requires several conditions to turn on the Telnet service:
1. File system support Telnet
BusyBox default is to put the Telnet and telnetd function into the, so this step is generally saved.
2. Mount Devpts
To mount the filesystem, you need to create the PTS folder under the Dev folder and mount it as a devpts type.
mkdir/dev/pts
mount-t devpts devpts/dev/pts
These two steps can be written to the run script before the system starts,/etc/init.d/rcs
after multiple experiments, the following conclusions are drawn:
A. Mount pts under Dev This step of the device file required for the Telnet service must not have intermittent login failures after Mdev or Udev services. I have been struggling with this problem for a long time.
B. The mount process hypothesis writes that there may also be intermittent failures in the Fstab file. This may also be because the dynamic hot swap service is in conflict with this.
3. Turn on telnetd service
telnetserver talent must be turned on from client login to Development Board, Telnet Server service is telnetd, able to run after boot
telnetd-l/bin/login
or add this directly to the boot run script RCS inside, be able to boot their own initiative to open the Telnet service.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.