LINUX study notes 3--TFTP server

Source: Internet
Author: User
A) role: mainly provides download of the main image files of the target machine, file transfer protocol B) host machine: computer that compiles and links embedded software c) target machine: is a hardware platform that runs embedded software. D) installation: 1. check whether or not to install: a) system in Setup... information & n

A) role: mainly provides download of the main image files of the target machine, File Transfer Protocol

 

B) host machine: a computer that compiles and links embedded software.

 

C) target machine: a hardware platform that runs embedded software.

 

D) installation:

 

1. check for installation:

 

A) Does the system service in Setup contain tftp?

 

B) netstat-a | grep tftp

 

2. check whether the server is running: service xinetd status

 

3. Installation: rpm-ivh tftp-server-0.42-3.1.i386.rpm

 

4. Create the main working directory of tftp in the root directory: mkdir/tftpboot

 

E) modify the configuration file vi/etc/xinetd. d/tftp.

 

1. location of the downloaded file: server_args =-s/tftpboot

 

2. no: disable = no

 

F) start: #/etc/init. d/xinetd start

 

G) restart the system: complete the installation

 

From the column of Ainemo

Related Article

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.