<?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: RHCSA Series: How to Perform File and Directory Management &#8211; Part 3	</title>
	<atom:link href="https://www.tecmint.com/file-and-directory-management-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/file-and-directory-management-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Thu, 27 Jun 2024 05:15:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-889103</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Thu, 11 May 2017 16:46:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11859#comment-889103</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-774836&quot;&gt;Neeraj Rawat&lt;/a&gt;.

There is no typo. Compare the output without the second pipeline and the second grep and you’ll understand why I used two greps and two pipelines :). Hint: also check the purpose of the -v option of grep.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-774836">Neeraj Rawat</a>.</p>
<p>There is no typo. Compare the output without the second pipeline and the second grep and you’ll understand why I used two greps and two pipelines :). Hint: also check the purpose of the -v option of grep.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel A. Cánepa		</title>
		<link>https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-889102</link>

		<dc:creator><![CDATA[Gabriel A. Cánepa]]></dc:creator>
		<pubDate>Thu, 11 May 2017 16:45:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11859#comment-889102</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-885307&quot;&gt;Anurag&lt;/a&gt;.

Compare the output without the second pipeline and the second grep and you&#039;ll find your answer :). Hint: also check the purpose of the -v option of grep.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-885307">Anurag</a>.</p>
<p>Compare the output without the second pipeline and the second grep and you&#8217;ll find your answer :). Hint: also check the purpose of the -v option of grep.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anurag		</title>
		<link>https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-885307</link>

		<dc:creator><![CDATA[Anurag]]></dc:creator>
		<pubDate>Sat, 22 Apr 2017 11:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11859#comment-885307</guid>

					<description><![CDATA[I have not understand why we used second grep in below example.if first grep is capable of providing details of all apache process , what is use of second one ?

# ps -ef &#124; grep apache &#124; grep -v grep.]]></description>
			<content:encoded><![CDATA[<p>I have not understand why we used second grep in below example.if first grep is capable of providing details of all apache process , what is use of second one ?</p>
<p># ps -ef | grep apache | grep -v grep.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neeraj Rawat		</title>
		<link>https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-774844</link>

		<dc:creator><![CDATA[Neeraj Rawat]]></dc:creator>
		<pubDate>Thu, 28 Apr 2016 19:27:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11859#comment-774844</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-519287&quot;&gt;Gabriel Cánepa&lt;/a&gt;.

It should be corrected by now, more than a year now. Still, points to hard link. If you wish can also update that why hard links can&#039;t be created for directories.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-519287">Gabriel Cánepa</a>.</p>
<p>It should be corrected by now, more than a year now. Still, points to hard link. If you wish can also update that why hard links can&#8217;t be created for directories.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Neeraj Rawat		</title>
		<link>https://www.tecmint.com/file-and-directory-management-in-linux/comment-page-1/#comment-774836</link>

		<dc:creator><![CDATA[Neeraj Rawat]]></dc:creator>
		<pubDate>Thu, 28 Apr 2016 18:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=11859#comment-774836</guid>

					<description><![CDATA[Hello Gabriel,

Nice article, also correct the typo: Note that we use to(2) pipelines in the following example &#062; Note that we use two(2) pipelines in the following example.]]></description>
			<content:encoded><![CDATA[<p>Hello Gabriel,</p>
<p>Nice article, also correct the typo: Note that we use to(2) pipelines in the following example &gt; Note that we use two(2) pipelines in the following example.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
