<?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>burchill.net &#187; find</title>
	<atom:link href="http://burchill.net/category/find/feed/" rel="self" type="application/rss+xml" />
	<link>http://burchill.net</link>
	<description>Phil Burchill's Blog</description>
	<lastBuildDate>Wed, 03 Feb 2010 18:15:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reowning Ubuntu</title>
		<link>http://burchill.net/2007/08/15/reowning-ubuntu/</link>
		<comments>http://burchill.net/2007/08/15/reowning-ubuntu/#comments</comments>
		<pubDate>Wed, 15 Aug 2007 16:29:23 +0000</pubDate>
		<dc:creator>Phil Burchill</dc:creator>
				<category><![CDATA[Gnu]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[find]]></category>
		<category><![CDATA[reown]]></category>

		<guid isPermaLink="false">http://burchill.net/2007/08/15/reowning-ubuntu/</guid>
		<description><![CDATA[NFS is a pain because you need to have the same UIDs on different systems. It seemed easiest to change my UID on my Ubuntu box.
usermod -u 1234 phil
Simple enough and it even chowned the files in my home directory.  But I still have files everywhere which have my old uid. Iâ€™d like to [...]]]></description>
			<content:encoded><![CDATA[<p><a title="NFS" href="http://en.wikipedia.org/wiki/Network_File_System_(protocol)">NFS</a> is a pain because you need to have the same <a title="UID" href="http://en.wikipedia.org/wiki/Uid">UID</a>s on different systems. It seemed easiest to change my UID on my Ubuntu box.</p>
<p><strong>usermod -u 1234 phil</strong></p>
<p>Simple enough and it even chowned the files in my home directory.  But I still have files everywhere which have my old uid. Iâ€™d like to find and own them, seems like a pain, could take ages? Easy with GNU find:</p>
<p><strong>sudo find / -uid 1000 -exec chown phil \{\} \;</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://burchill.net/2007/08/15/reowning-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
