bash: tftp: command not found

root@localhost home]# netstat -a | grep tftp
udp        0      0 *:tftp                      *:*                                    

[root@localhost home]# vi test
[root@localhost home]# cd /tftpboot
[root@localhost tftpboot]# ls
test
[root@localhost tftpboot]# tftp 127.0.0.1
bash: tftp: command not found

当使用tftp时出现bash: tftp: command not found

说明

你安装的是tftp server包 ,但是没有安装tftp命令包,把tftp-0.42-3.1.i386.rpm安装上就可以了,这个包可以在RHEL5的Server目录中找到,通过samba或者mount服务拷贝到虚拟机中,安装就可以了



 



你可能感兴趣的:(虚拟机,server,command,bash)