PDA

View Full Version : where is tftp


sonicss
2008-03-30, 07:59 AM CDT
I install tftp using yum install tftp-service. restart tftp using service xinetd restart. modified tftp files and enable tftp service.
using : netstat -au to confirm tftp service alread present
But I type tftp command. The shell display:
[root@localhost lxb]# tftp
bash: tftp: command not found
Why I already start tftp service. but there is no tftp command?

Nokia
2008-03-30, 08:06 AM CDT
I don't know what you did there, but seems totally wrong (meaning you don't know what you're doing) :)

Pleas post rpm -qi tftp

Do you need the client or the server ?

You should install either yum install tftp or yum install tftp-server or, if needed, both.

sonicss
2008-03-30, 08:18 AM CDT
I really don't know the details about it. I just follow a artical from internet. no details in it.
I got it. tftp program is belong to tftp-client. I just use yum install tftp to install tftp client. Now I can use tftp command. thank you!