<?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: UNIX / Linux Find File Owner Name</title> <atom:link href="http://www.cyberciti.biz/faq/unix-linux-find-file-owner-name/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/unix-linux-find-file-owner-name/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Afsar Uddinn</title><link>http://www.cyberciti.biz/faq/unix-linux-find-file-owner-name/#comment-62395</link> <dc:creator>Afsar Uddinn</dc:creator> <pubDate>Tue, 13 Sep 2011 12:17:22 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1072#comment-62395</guid> <description>Very good article. I know another way to get ONLY the ownername or groupname with 1 shot:
# stat -c %U /path/to/file
# stat -c %G /path/to/file
These are helpful in writing scripts. More details at:
# man stat</description> <content:encoded><![CDATA[<p>Very good article. I know another way to get ONLY the ownername or groupname with 1 shot:<br
/> # stat -c %U /path/to/file<br
/> # stat -c %G /path/to/file</p><p>These are helpful in writing scripts. More details at:<br
/> # man stat</p> ]]></content:encoded> </item> </channel> </rss>
