tftp相關

 1 檢查是否安裝 #rpm -qa|grep tftp

2 安裝   #rpm -ivh tftp-*.rpm(客戶端)

 

              #rpm -ivh tftp-server-*.rpm(服務器端)

3 配置  修改文件/etc/xinetd.d/tftp

4 創建目錄 #mkdir /tftpboot

                    #chmod -R 777 /tftpboot

5 關閉防火牆  #/etc/init.d/iptables stop

6 重啓xinetd     #service xinetd restart

7 打開tftp服務 #/sbin/chkconfig tftp on

8 檢查是否打開 #/sbin/chkconfig --list

9 使用

    #tftp IP地址

    tftp>get <下載>

    tftp>put <上傳>

    tftp>q

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章