In This Tutorial We Are Gonig To Learn How To Configure TFTP Server In Linux Just Follow These Simple Steps To Configure TFTP Server In Linux
Before Configuring TFTP Or Any Other Server You Must Have Configured Yum Server In Your Linux System
Step-1 If You Don’t know How To Configure Yum Server In Linux By Clicking This Link You Can Learn How To Configure Yum Server
Step-2 Now How To Configure TFTP Server
Here Is The Coding Of Configuring TFTP server
#yum install tftp* -y
#yum /etc/xinetd.d /tftp {After Running This Command you Have To Do Correction Inside After Run This Command See The Correction In Next Line}disable =no
#service xinetd retart
#chkconfig xinetd on
See This Picture This Is The Picture Of The Inside the Configuration File And Do The Correction Inside Configuration File
For More Information Or You want To see Practically How To Configure TFTP Server By scrolling this Page Check This Video