<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "如何在CentOS Linux上安裝tftp server"]]></title>
		<link>https://forum.andowson.com/posts/list/16.page</link>
		<description><![CDATA[Latest messages posted in the topic "如何在CentOS Linux上安裝tftp server"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>如何在CentOS Linux上安裝tftp server</title>
				<description><![CDATA[ 依序執行下列步驟 
<br>
[code=plain]yum -y install tftp-server 
<br>
chkconfig tftp on 
<br>
chkconfig xinetd on 
<br>
chmod 777 /tftpboot 
<br>
/etc/init.d/xinetd start[/code] 
<br>
<br>
常見問題： 
<br>
TFTP: Error code 1: File not found 
<br>
當把資料透過tftp上傳到Linux時會出現Error code 1: File not found的錯誤，此時只要先在/tftpboot目錄下用touch指令建立該檔案，並將該檔案存取權限設定為777即可。 
<br>
[code=plain]touch config.text 
<br>
chmod 777 config.text[/code] 
<br>
<br>
參考資料： 
<br>
http://www.question-defense.com/2008/11/13/linux-setup-tftp-server-on-centos]]></description>
				<guid isPermaLink="true">https://forum.andowson.com/posts/preList/544/1111.page</guid>
				<link>https://forum.andowson.com/posts/preList/544/1111.page</link>
				<pubDate><![CDATA[Thu, 14 Jul 2011 18:50:02]]> GMT</pubDate>
				<author><![CDATA[ andowson]]></author>
			</item>
	</channel>
</rss>