0

I have installed the tftp server on Ubuntu, and in certain point it asks me to create a file test on tftp server and also to obtain the ip of the server. Where can I find the tftp server I have already installed?

I have followed instructions on this site: How do I install and run a TFTP server?

1 Answers1

1

Since you installed tftp via the packaging system (good newbie), you can ask the packaging system where the files are via:

dpkg -L xinetd  
dpkg -L tftpd
dpkg -L tftp
waltinator
  • 37,856