Set up the tftp service in linux

Source: Internet
Author: User
Set up a tftp server for the Tftp service in linux-install www.2cto.com use the RPM Package to install the tftp-server1, if the following command can see that the service is started, [arm @ localhost] # netstat-a | greptftp installation result: ud...
Set up a tftp server for the Tftp service in linux-install www.2cto.com and use the RPM Package to install tftp-server 1. if you use the following command, you can see that the service has been started, [arm @ localhost] # netstat-a | grep tftp installation result: udp 0 0 *: tftp *: * 2. if not, run the following command to install the tool. [Root @ localhost] # rpm-ivh tftp-server-0.42-3.1.i386.rpm (rhel5 installation CD \ Servers directory)
3. Create the main working directory [root @ localhost btools] # mkdir/tftpboot tftp server-configuration 4. modify the configuration file [root @ localhost btools] # vi/etc/xinetd. d/tftp service tftp {.............................. Socket_type = dgram ...... ...... ...... Server =/usr/sbin/in. tftpd server_args =-s/tftpboot disable = no ...... ...... ...... } After installation, the disable may be yes, that is, the tftp server-start #/etc/init can be enabled without the Tftp or no. d/xinetd start # netstat-a | grep tftpudp 0 0 0 *: tftp *: * configuration successful
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.