<?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>Yet Another Linux Blog &#187; script</title>
	<atom:link href="http://linux-blog.org/tag/script/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux-blog.org</link>
	<description>Open Source, Open Blog</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:18:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Find Files &amp; Directories Not Visible to Others for Webserver</title>
		<link>http://linux-blog.org/find-files-directories-not-visible-to-others-webserver/</link>
		<comments>http://linux-blog.org/find-files-directories-not-visible-to-others-webserver/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 21:01:17 +0000</pubDate>
		<dc:creator>devnet</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[Webserver]]></category>

		<guid isPermaLink="false">http://linux-blog.org/?p=794</guid>
		<description><![CDATA[I wanted a quick way to be able to find out what files weren&#8217;t visible to others (and therefore, not visible to website visitors).  Messing with arguments and the file command, you can do the following: find -type f ! -perm -444 This locates all files not visible to &#8216;others&#8217; in the current directory.  You [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I wanted a quick way to be able to find out what files weren&#8217;t visible to others (and therefore, not visible to website visitors).  Messing with arguments and the <strong>file</strong> command, you can do the following:</p>
<pre>find -type f ! -perm -444</pre>
<p>This locates all files not visible to &#8216;others&#8217; in the current directory.  You can apply this to directories as well:</p>
<pre>find -type d ! -perm -111</pre>
<p>Hope this helps people like it helped me. <img src='http://linux-blog.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p><p><a href="http://linux-blog.org/find-files-directories-not-visible-to-others-webserver/" rel="bookmark">Find Files &#038; Directories Not Visible to Others for Webserver</a> originally appeared on <a href="http://linux-blog.org">Yet Another Linux Blog</a> on November 25, 2008.</p>
]]></content:encoded>
			<wfw:commentRss>http://linux-blog.org/find-files-directories-not-visible-to-others-webserver/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
