<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Find the Owner of a File in Unix</title>
	<atom:link href="http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/</link>
	<description>Learn UNIX</description>
	<lastBuildDate>Thu, 26 Jan 2012 23:00:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jos</title>
		<link>http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/comment-page-1/#comment-6856</link>
		<dc:creator>jos</dc:creator>
		<pubDate>Tue, 11 May 2010 15:01:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/#comment-6856</guid>
		<description>find user of file:
ls -l /etc/passwd &#124; cut -d &#039; &#039; -f 3

find group of file:
ls -l /etc/passwd &#124; cut -d &#039; &#039; -f 4</description>
		<content:encoded><![CDATA[<p>find user of file:<br />
ls -l /etc/passwd | cut -d ' ' -f 3</p>
<p>find group of file:<br />
ls -l /etc/passwd | cut -d ' ' -f 4</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How To Change Ownership of Files and Directories in Unix &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/comment-page-1/#comment-1905</link>
		<dc:creator>How To Change Ownership of Files and Directories in Unix &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Mon, 09 Feb 2009 10:21:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/#comment-1905</guid>
		<description>[...] simply isn&#039;t a way to create a file without assigning ownership. I&#039;ve briefly touched the topic of confirming file ownership in Unix before, so today I will simply build on that and show you how to change ownership of [...]</description>
		<content:encoded><![CDATA[<p>[...] simply isn't a way to create a file without assigning ownership. I've briefly touched the topic of confirming file ownership in Unix before, so today I will simply build on that and show you how to change ownership of [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Locate files by Unix user id (UID) or group (GID) &#124; UNIX Tutorial: Learn UNIX</title>
		<link>http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/comment-page-1/#comment-301</link>
		<dc:creator>Locate files by Unix user id (UID) or group (GID) &#124; UNIX Tutorial: Learn UNIX</dc:creator>
		<pubDate>Fri, 13 Jun 2008 11:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.unixtutorial.org/2008/03/how-to-find-the-owner-of-a-file-in-unix/#comment-301</guid>
		<description>[...] How to find an owner of a Unix file [...]</description>
		<content:encoded><![CDATA[<p>[...] How to find an owner of a Unix file [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 2/7 queries in 0.003 seconds using disk: basic
Object Caching 306/307 objects using disk: basic
Content Delivery Network via Amazon Web Services: S3: unixtutorial.s3.amazonaws.com

Served from: www.unixtutorial.org @ 2012-02-08 01:17:06 -->
