<?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>Saki's Blog &#187; Cluster</title>
	<atom:link href="http://blog.extjs.eu/tag/cluster/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.extjs.eu</link>
	<description>For good of all productive developers</description>
	<lastBuildDate>Sun, 21 Nov 2010 01:36:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to get permissons of a file/directory</title>
		<link>http://blog.extjs.eu/know-how/cluster/how-to-get-permissons-of-a-filedirectory/</link>
		<comments>http://blog.extjs.eu/know-how/cluster/how-to-get-permissons-of-a-filedirectory/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 12:13:21 +0000</pubDate>
		<dc:creator>Saki</dc:creator>
				<category><![CDATA[Cluster]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Know-how]]></category>

		<guid isPermaLink="false">http://blog.extjs.eu/?p=61</guid>
		<description><![CDATA[<br/>If you want to see permissions of a file or a directory in both human readable and octal notation issue this command:

stat -c &#34;%n %a %A&#34; /tmp # replace /tmp with your file/dir

The output is as follows:

/tmp 1777 drwxrwxrwt

]]></description>
			<content:encoded><![CDATA[<br/><p>If you want to see permissions of a file or a directory in both human readable and octal notation issue this command:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">stat</span> <span style="color: #660033;">-c</span> <span style="color: #ff0000;">&quot;%n %a %A&quot;</span> <span style="color: #000000; font-weight: bold;">/</span>tmp <span style="color: #666666; font-style: italic;"># replace /tmp with your file/dir</span></pre></div></div>

<p>The output is as follows:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>tmp <span style="color: #000000;">1777</span> drwxrwxrwt</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.extjs.eu/know-how/cluster/how-to-get-permissons-of-a-filedirectory/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

