<?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: An Easy Way to Hide Files and Directories in Linux	</title>
	<atom:link href="https://www.tecmint.com/hide-files-and-directories-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/hide-files-and-directories-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 13 Jul 2023 09:34:24 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1914614</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Mon, 14 Nov 2022 21:53:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25355#comment-1914614</guid>

					<description><![CDATA[&quot;Security by Obscurity&quot; seldom works.  What is to prevent nogoodnik from displaying hidden files?]]></description>
			<content:encoded><![CDATA[<p>&#8220;Security by Obscurity&#8221; seldom works.  What is to prevent nogoodnik from displaying hidden files?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Alan S.		</title>
		<link>https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1593100</link>

		<dc:creator><![CDATA[Alan S.]]></dc:creator>
		<pubDate>Wed, 22 Sep 2021 18:52:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25355#comment-1593100</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1305168&quot;&gt;subhash&lt;/a&gt;.

&lt;code&gt;.&lt;/code&gt; and &lt;code&gt;..&lt;/code&gt; are not real files/directories. It&#039;s a convenient way to navigate across the directory tree.

&lt;code&gt;.&lt;/code&gt; means the current directory, &lt;code&gt;..&lt;/code&gt; means back one directory.

For example, if I&#039;m in &lt;strong&gt;/home/user/Desktop&lt;/strong&gt; and I want to go to &lt;strong&gt;/home/user&lt;/strong&gt;, I can use &lt;code&gt;&#039;cd ..&#039;&lt;/code&gt;.

If I want to reference a file in the current directory, I could either use &#039;file&#039; or &#039;./file&#039; (the latter is more reliable, next to the full path).]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1305168">subhash</a>.</p>
<p><code>.</code> and <code>..</code> are not real files/directories. It&#8217;s a convenient way to navigate across the directory tree.</p>
<p><code>.</code> means the current directory, <code>..</code> means back one directory.</p>
<p>For example, if I&#8217;m in <strong>/home/user/Desktop</strong> and I want to go to <strong>/home/user</strong>, I can use <code>'cd ..'</code>.</p>
<p>If I want to reference a file in the current directory, I could either use &#8216;file&#8217; or &#8216;./file&#8217; (the latter is more reliable, next to the full path).</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ggee		</title>
		<link>https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1316525</link>

		<dc:creator><![CDATA[ggee]]></dc:creator>
		<pubDate>Thu, 13 Feb 2020 19:11:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25355#comment-1316525</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1305168&quot;&gt;subhash&lt;/a&gt;.

&lt;code&gt;&#039;.&#039;&lt;/code&gt; means current directory...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1305168">subhash</a>.</p>
<p><code>'.'</code> means current directory&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: subhash		</title>
		<link>https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1305168</link>

		<dc:creator><![CDATA[subhash]]></dc:creator>
		<pubDate>Thu, 12 Dec 2019 10:59:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25355#comment-1305168</guid>

					<description><![CDATA[what is &lt;code&gt;.&lt;/code&gt; and &lt;code&gt;..&lt;/code&gt; while listing the files? is it a file name with  &lt;code&gt;&#039;.&#039;&lt;/code&gt; and &lt;code&gt;&#039;..&#039;&lt;/code&gt;  ?]]></description>
			<content:encoded><![CDATA[<p>what is <code>.</code> and <code>..</code> while listing the files? is it a file name with  <code>'.'</code> and <code>'..'</code>  ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1210980</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 26 Jul 2019 07:18:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=25355#comment-1210980</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1210744&quot;&gt;Mitch&lt;/a&gt;.

@Mitch,

Linux Mint 18 with Mate desktop..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/hide-files-and-directories-in-linux/comment-page-1/#comment-1210744">Mitch</a>.</p>
<p>@Mitch,</p>
<p>Linux Mint 18 with Mate desktop..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
