$ mkdir /tftpboot
#Before #tftp dgram udp wait nobody /usr/sbin/in.tftpd in.tftpd #After tftp dgram udp wait root /usr/sbin/in.tftpd in.tftpd -s -p /tftpboot
$ net stop inetd $ net start inetd
$ netstat -a | grep tftp
$ echo aaa > /tftpboot/test.txt $ tftp localshot tftp> tftp> get test.txt tftp> q $ ll test.txt