
One of the most important components of a Linux system is the root file system. Please note that, beside atftpd, there are other software packages providing a tftp server, e.g. To change the tftp root directory, user should edit the /etc/default/atftpd file. start the server: sudo /etc/init.d/atftpd start.assign the permission: sudo chmod -R 777 /tftpboot and sudo chown -R nobody /tftpboot.create the tftp root directory: sudo mkdir /tftpboot.edit the /etc/default/atftpd and change the USE_INETD to false.For example, run sudo apt-get install atftpd download the atftpd package with the preferred method.

To change the tftp root directory, user should edit the /etc/xinetd.d/tftp file and modify the server_args option.
#Debian tftp client install how to
This section describes how to configure your host system for this purpose. Especially during the development phase, you would like to be able to have full control over the target system boot process.
