<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Coding Life &#187; linux</title>
	<atom:link href="http://coding.blueshine.tw/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://coding.blueshine.tw</link>
	<description>用一生來coding 用全心發展IT</description>
	<lastBuildDate>Mon, 15 Mar 2010 09:16:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>chown 改變檔案擁有者</title>
		<link>http://coding.blueshine.tw/linux/chown-%e6%94%b9%e8%ae%8a%e6%aa%94%e6%a1%88%e6%93%81%e6%9c%89%e8%80%85/</link>
		<comments>http://coding.blueshine.tw/linux/chown-%e6%94%b9%e8%ae%8a%e6%aa%94%e6%a1%88%e6%93%81%e6%9c%89%e8%80%85/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 10:00:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[freebsd]]></category>

		<guid isPermaLink="false">http://coding.blueshine.tw/?p=38</guid>
		<description><![CDATA[語法 : chmod [-cfhvR] [--help] [--version] user[:group] file&#8230; user : 新的檔案擁有者的使用者 ID group : 新的檔案擁有者的使用者群體(group) -c : 若該檔案擁有者確實已經更改，才顯示其更改動作-f : 若該檔案擁有者無法被更改也不要顯示錯誤訊息 -h : 只對於連結 (link) 進行變更，而非該 link 真正指向的檔案 -v : 顯示擁有者變更的詳細資料 -R : 對目前目錄下的所有檔案與子目錄進行相同的擁有者變更(即以遞回的方式逐個變更) 若將所有目錄下的檔案與子目錄一起更改則指令語法如下： chmod -R myname * 其中「*」字號為萬用字元，表示全部都處理。]]></description>
			<content:encoded><![CDATA[<p>語法 : chmod [-cfhvR] [--help] [--version] user[:group] file&#8230;</p>
<p>user : 新的檔案擁有者的使用者 ID<br />
group : 新的檔案擁有者的使用者群體(group)</p>
<p>-c : 若該檔案擁有者確實已經更改，才顯示其更改動作-f : 若該檔案擁有者無法被更改也不要顯示錯誤訊息<br />
-h : 只對於連結 (link) 進行變更，而非該 link 真正指向的檔案<br />
-v : 顯示擁有者變更的詳細資料<br />
-R : 對目前目錄下的所有檔案與子目錄進行相同的擁有者變更(即以遞回的方式逐個變更)</p>
<p>若將所有目錄下的檔案與子目錄一起更改則指令語法如下：</p>
<p>chmod -R myname *</p>
<p>其中「*」字號為萬用字元，表示全部都處理。</p>
]]></content:encoded>
			<wfw:commentRss>http://coding.blueshine.tw/linux/chown-%e6%94%b9%e8%ae%8a%e6%aa%94%e6%a1%88%e6%93%81%e6%9c%89%e8%80%85/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
