Tagged Questions
3
votes
3answers
2k views
How do I create a file?
I'm following instructions about Installing and setting TFTPD in Ubuntu. It asks to
Create /etc/xinetd.d/tftp and put this entry:
service tftp
{
protocol = udp
port = 69
...