engr.waqas
Full Member level 3
- Joined
- Jul 21, 2009
- Messages
- 172
- Helped
- 13
- Reputation
- 26
- Reaction score
- 10
- Trophy points
- 1,298
- Location
- karachi,Pakistan
- Activity points
- 2,342
I'm installing a TFTP server on Ubuntu. I have read many tutorials on this but I'm stuck on following step found on all tutorials.
Create /etc/xinetd.d/tftp and put this entry:
service tftp
{
protocol = udp
socket_type = dgram
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
}
I want to ask how can I create /etc/xinetd.d/tftp and put above entry.
Regards
Waqas
Create /etc/xinetd.d/tftp and put this entry:
service tftp
{
protocol = udp
socket_type = dgram
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable = no
}
I want to ask how can I create /etc/xinetd.d/tftp and put above entry.
Regards
Waqas