<?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: LFCA: How to Monitor Basic System Metrics in Linux &#8211; Part 8	</title>
	<atom:link href="https://www.tecmint.com/monitor-basic-system-metrics-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/monitor-basic-system-metrics-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 27 Apr 2021 08:28:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: James Kiarie		</title>
		<link>https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1482231</link>

		<dc:creator><![CDATA[James Kiarie]]></dc:creator>
		<pubDate>Tue, 27 Apr 2021 08:28:22 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=42122#comment-1482231</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1481629&quot;&gt;dragonmouth&lt;/a&gt;.

The difference between the two is that when you are creating a cron job for the first time using the &#039;&lt;strong&gt;crontab -e&lt;/strong&gt;&#039; command, you are basically opening the crontab file in a text editor ( vim editor in my case ) and defining your cron job. As you can clearly see, the file is opened in vim editor from the color-coded entries.

When you are listing the cronjobs using the &lt;strong&gt;crontab -l&lt;/strong&gt; command, the cron command simply lists all the entries in the crontab including your cron job. This is more like using the cat command to view the contents of a file.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1481629">dragonmouth</a>.</p>
<p>The difference between the two is that when you are creating a cron job for the first time using the &#8216;<strong>crontab -e</strong>&#8216; command, you are basically opening the crontab file in a text editor ( vim editor in my case ) and defining your cron job. As you can clearly see, the file is opened in vim editor from the color-coded entries.</p>
<p>When you are listing the cronjobs using the <strong>crontab -l</strong> command, the cron command simply lists all the entries in the crontab including your cron job. This is more like using the cat command to view the contents of a file.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1481629</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Sun, 25 Apr 2021 17:39:21 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=42122#comment-1481629</guid>

					<description><![CDATA[The &quot;&lt;strong&gt;List Cron Jobs&lt;/strong&gt;&quot; image does not show the output of the &quot;&lt;strong&gt;crontab -l&lt;/strong&gt;&quot; command.  Is exactly the same as the &quot;&lt;strong&gt;Create Cron Job in Linux&lt;/strong&gt;&quot;  image.]]></description>
			<content:encoded><![CDATA[<p>The &#8220;<strong>List Cron Jobs</strong>&#8221; image does not show the output of the &#8220;<strong>crontab -l</strong>&#8221; command.  Is exactly the same as the &#8220;<strong>Create Cron Job in Linux</strong>&#8221;  image.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1479904</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 23 Apr 2021 07:35:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=42122#comment-1479904</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1479656&quot;&gt;Gérard Talbot&lt;/a&gt;.

@Gerard,

Thanks, corrected the command in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1479656">Gérard Talbot</a>.</p>
<p>@Gerard,</p>
<p>Thanks, corrected the command in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gérard Talbot		</title>
		<link>https://www.tecmint.com/monitor-basic-system-metrics-in-linux/comment-page-1/#comment-1479656</link>

		<dc:creator><![CDATA[Gérard Talbot]]></dc:creator>
		<pubDate>Thu, 22 Apr 2021 20:22:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.tecmint.com/?p=42122#comment-1479656</guid>

					<description><![CDATA[James and/or Ravi,

The 3rd cron job is edited like this
&lt;pre&gt;
*/30    *	*	*	*
&lt;/pre&gt;
but should be instead
&lt;pre&gt;
30    *	*	*	*
&lt;/pre&gt;
Gérard]]></description>
			<content:encoded><![CDATA[<p>James and/or Ravi,</p>
<p>The 3rd cron job is edited like this</p>
<pre>
*/30    *	*	*	*
</pre>
<p>but should be instead</p>
<pre>
30    *	*	*	*
</pre>
<p>Gérard</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
