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
socket_type = dgram
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /tftpboot
disable = no
}
what does it mean to create.... is there any command i need to type?? and "put this entry" - it means to type in one line all the lines above? i don't know Linux & i need your help please........