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