<?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>aBinaryMind &#187; lost+found</title>
	<atom:link href="http://www.abinarymind.com/tag/lostfound/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abinarymind.com</link>
	<description>Some thoughts, some info, some rants</description>
	<lastBuildDate>Wed, 30 Jun 2010 15:36:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to hide files in Nautilus</title>
		<link>http://www.abinarymind.com/2009/09/how-to-hide-files-in-nautilus/</link>
		<comments>http://www.abinarymind.com/2009/09/how-to-hide-files-in-nautilus/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 16:05:25 +0000</pubDate>
		<dc:creator>lexhung</dc:creator>
				<category><![CDATA[Linux/Unix]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[hidden]]></category>
		<category><![CDATA[lost+found]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.abinarymind.com/?p=86</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p>In Linux, files which name start by a dot &#8216;.&#8217; are hidden by default in most file managers. However, there are cases when we want to hide dot-file from our view. For examples:</p>
<ul>
<li> Desktop folder in our home folder.</li>
<li>Dropbox</li>
<li>lost+found directory at the partition root</li>
<li>&#8230;</li>
</ul>
<p>In Nautilus (default GNOME file manager) there&#8217;s a way. Add a file named</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">.hidden</div></div>
<p>with each line is the name of the file/folder you want to hide.</p>
<p>For example, if you want to hide Desktop from home folder you may type this command in the terminal:</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">$ <span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;Desktop&quot;</span> <span style="color: #000000; font-weight: bold;">&gt;</span> ~<span style="color: #000000; font-weight: bold;">/</span>.hidden</div></div>
<p>Note: This trick only works in Nautilus. It won&#8217;t work in Konqueror or Dolphin. I don&#8217;t know if it works in other file managers or not.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abinarymind.com/2009/09/how-to-hide-files-in-nautilus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
