<?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: 11 Cron Command Examples in Linux [Schedule Cron Jobs]	</title>
	<atom:link href="https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 05:32:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Malcolm Baxter		</title>
		<link>https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1905181</link>

		<dc:creator><![CDATA[Malcolm Baxter]]></dc:creator>
		<pubDate>Wed, 26 Oct 2022 18:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1034#comment-1905181</guid>

					<description><![CDATA[It is easy to test that the five crontab timing parameters do what you expect. There is a sandbox at cronbuddy.com, enter your values and get back a schedule of run times.]]></description>
			<content:encoded><![CDATA[<p>It is easy to test that the five crontab timing parameters do what you expect. There is a sandbox at cronbuddy.com, enter your values and get back a schedule of run times.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ravindra Bawkar		</title>
		<link>https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1848679</link>

		<dc:creator><![CDATA[ravindra Bawkar]]></dc:creator>
		<pubDate>Thu, 21 Jul 2022 05:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1034#comment-1848679</guid>

					<description><![CDATA[Hi,

I want to know about the backup process...

How to take OS backup from Linux server and store in AWS storage using crontab cmd from Linux...

Please help us...]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to know about the backup process&#8230;</p>
<p>How to take OS backup from Linux server and store in AWS storage using crontab cmd from Linux&#8230;</p>
<p>Please help us&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1756649</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 04 Apr 2022 06:59:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1034#comment-1756649</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1756225&quot;&gt;Rinsha&lt;/a&gt;.

@Rinsha,

You need to add the following cron job to do.
&lt;pre&gt;
30 12 * * *     rm -rf /tmp
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1756225">Rinsha</a>.</p>
<p>@Rinsha,</p>
<p>You need to add the following cron job to do.</p>
<pre>
30 12 * * *     rm -rf /tmp
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rinsha		</title>
		<link>https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1756225</link>

		<dc:creator><![CDATA[Rinsha]]></dc:creator>
		<pubDate>Sun, 03 Apr 2022 11:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1034#comment-1756225</guid>

					<description><![CDATA[Hi,

I want to remove all empty files and directories from &lt;strong&gt;/tmp&lt;/strong&gt; at 12.30 am daily. How can I do it??

Regards,]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>I want to remove all empty files and directories from <strong>/tmp</strong> at 12.30 am daily. How can I do it??</p>
<p>Regards,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dragonmouth		</title>
		<link>https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1517252</link>

		<dc:creator><![CDATA[dragonmouth]]></dc:creator>
		<pubDate>Mon, 07 Jun 2021 18:28:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1034#comment-1517252</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1400873&quot;&gt;Garitski&lt;/a&gt;.

You have not specified an execution time in your crontab statements.

Asterisk &lt;code&gt;(*)&lt;/code&gt; means all values.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/11-cron-scheduling-task-examples-in-linux/comment-page-1/#comment-1400873">Garitski</a>.</p>
<p>You have not specified an execution time in your crontab statements.</p>
<p>Asterisk <code>(*)</code> means all values.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
