hello, welcome to Webune Support Forums. We Provide Excellent Service to all our customers. We have many options available for all your web hosting needs. if you have a website, check out services page to find out how you can have our excellent service too. Today we are going to show you a short tutorial on how you can start, stop or restart your TFTP server from the shell command line prompt.

the first step is to start a shell session.

use this command to start your TFTP server:
/sbin/service xinetd start


use this command to stop your TFTP server:
/sbin/service xinetd stop


use this command to restart your TFTP server:
/sbin/service xinetd restart



there is another way also you can start,stop and restart if you have a fedora core server, you can use these commnads:

use this command to start your TFTP server:
/etc/init.d/xinetd start


use this command to stop your TFTP server:
/etc/init.d/xinetd stop


use this command to restart your TFTP server:
/etc/init.d/xinetd restart