Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Installing TFTP server

Status
Not open for further replies.

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
 

I want to ask how can I create /etc/xinetd.d/tftp and put above entry.



open terminal and type it.
gksu gedit /etc/xinetd.d/tftp
type your password.
copy and paste your entry
save it
you are done.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top