Linux: Start tftp-server

Find the tftp file in /etc/xinetd.d/

[root@cyruslab ~]# cd /
[root@cyruslab /]# ls
bin  boot  cgroup  dev  etc  home  lib  lost+found  media  mnt  null  opt  proc  root  sbin  selinux  srv  sys  tmp  usr  var

Use a text editor to edit the configuration

[root@cyruslab /]# gedit /etc/xinetd.d/tftp

Change from disable = yes to disable = no

Change disable = yes to no.

 

Activate the tftpd

A program known as service is found in /sbin directory.

xinetd service can also be started by issuing /sbin/service xinetd start from /. Stopping the service is the same, /sbin/service xinetd stop

 

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s