<?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>Small Program Blog &#187; Linux</title>
	<atom:link href="http://blog.sunnycyk.hk/?cat=35&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.sunnycyk.hk</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sat, 05 Nov 2011 06:32:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change file&#8217;s owner and group in Linux</title>
		<link>http://blog.sunnycyk.hk/?p=370</link>
		<comments>http://blog.sunnycyk.hk/?p=370#comments</comments>
		<pubDate>Wed, 23 Sep 2009 08:53:56 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac Stuff]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.sunnycyk.hk/?p=370</guid>
		<description><![CDATA[%chown username filename

This will set the filename&#8217;s owner to username
%chown username:groupname filename

This will set the filename&#8217;s owner to username, group to groupname
with option -R, you can change owner and group of the directory recursively to its sub-directories and content.
%chown -R username:groupname directoryname

]]></description>
			<content:encoded><![CDATA[<pre><code>%chown username filename
</code></pre>
<p>This will set the filename&#8217;s owner to username</p>
<pre><code>%chown username:groupname filename
</code></pre>
<p>This will set the filename&#8217;s owner to username, group to groupname</p>
<p>with option -R, you can change owner and group of the directory recursively to its sub-directories and content.</p>
<pre><code>%chown -R username:groupname directoryname
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://blog.sunnycyk.hk/?feed=rss2&amp;p=370</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
