自拍偷在线精品自拍偷,亚洲欧美中文日韩v在线观看不卡

ubuntu tftp服務(wù)器安裝的5個(gè)步驟

網(wǎng)絡(luò) 網(wǎng)絡(luò)管理
下面,我們來(lái)對(duì)ubuntu tftp服務(wù)器安裝的五個(gè)步驟進(jìn)行一下講解。那么通過(guò)文章簡(jiǎn)單的5個(gè)步驟,相信大家對(duì)此都能夠有所掌握了。具體內(nèi)容如下。

tftp服務(wù)器的內(nèi)容,不知道大家現(xiàn)在掌握的如何。那么對(duì)于它的一些基本的概念和原理,我們這里都不在進(jìn)行講解,這次,主要針對(duì)ubuntu tftp服務(wù)器安裝的內(nèi)容,進(jìn)行一下具體的闡述。

ubuntu tftp服務(wù)器安裝1. 安裝tftpd(tftp服務(wù)器)、tftp(tftp客戶(hù)端)以及xinetd(超級(jí)服務(wù)器)

  1. #sudo apt-get install tftpd tftp xinetd 

ubuntu tftp服務(wù)器安裝2. 創(chuàng)建/etc/xinetd.d/tftp文件,并在文件中添加如下內(nèi)容

  1. service tftp  
  2. {  
  3. protocol = udp 
  4. port = 69 
  5. socket_type = dgram 
  6. wait = yes 
  7. user = nobody 
  8. server = /usr/sbin/in.tftpd  
  9. server_args = /tftpboot  
  10. disable = no 

ubuntu tftp服務(wù)器安裝3. 創(chuàng)建tftp服務(wù)器的根目錄

  1. # sudo mkdir /tftpboot   
  2. # sudo chmod -R 777 /tftpboot  
  3. # sudo chown -R nobody /tftpboot 

ubuntu tftp服務(wù)器安裝4. 通過(guò)xinetd超級(jí)服務(wù)器啟動(dòng)tftpd

  1. # sudo /etc/init.d/xinetd start 

ubuntu tftp服務(wù)器安裝5. 測(cè)試

  1. # tftp 127.0.0.1 > get <filename in the /tftpboot> 

 

責(zé)任編輯:佟健 來(lái)源: hi.baidu.com
相關(guān)推薦

2010-01-07 15:19:07

Ubuntu tftp

2010-09-17 15:17:20

TFTP服務(wù)器路由設(shè)置

2010-09-14 11:16:55

Debian Linu

2010-09-14 13:55:27

redhat 9 tf

2010-09-10 18:31:42

搭建tftp服務(wù)器

2010-09-14 11:09:36

Linux TFTP服

2010-08-04 11:04:48

UbuntuNFS服務(wù)器

2010-09-10 16:19:31

配置tftp服務(wù)器

2010-09-09 17:54:07

TFTP服務(wù)器

2013-07-16 14:44:43

Ubuntutftp服務(wù)器

2010-01-04 13:26:51

Ubuntu安裝

2010-09-09 17:46:43

TFTP服務(wù)器

2010-09-14 11:24:03

Windows tft

2010-08-23 17:41:38

安裝DHCP服務(wù)器

2009-12-30 10:09:08

Ubuntu Apac

2010-01-05 16:14:54

Ubuntu mysq

2010-09-17 15:21:17

路由器TFTP配置

2010-05-17 15:11:29

IIS服務(wù)器

2010-07-19 17:02:23

安裝Telnet服務(wù)器

2019-10-12 10:00:17

Linux服務(wù)器網(wǎng)絡(luò)
點(diǎn)贊
收藏

51CTO技術(shù)棧公眾號(hào)