<?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>cron &#8211; lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</title>
	<atom:link href="https://lifelinux.com/tag/cron/feed/" rel="self" type="application/rss+xml" />
	<link>https://lifelinux.com</link>
	<description>All About Linux !</description>
	<lastBuildDate>Tue, 23 Nov 2010 10:00:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.5.3</generator>
	<item>
		<title>Auto Update CentOS Server With yum Command</title>
		<link>https://lifelinux.com/auto-update-centos-server-with-yum-command/</link>
					<comments>https://lifelinux.com/auto-update-centos-server-with-yum-command/#respond</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 23 Nov 2010 08:42:09 +0000</pubDate>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[auto update]]></category>
		<category><![CDATA[auto yum update]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[cronjob]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[yum update]]></category>
		<guid isPermaLink="false">http://www.lifelinux.com/?p=50</guid>

					<description><![CDATA[<p>The yum command is used to install and update software under Centos, RedHat and Fedora. In this topic, i will use yum command to update Centos and configure yum to update automatically with Crontab. Create file yum_update.sh vi /etc/cron.daily/yum_update.sh With following content : #!/bin/bash /usr/bin/yum -y -R 120 -d 0 -e 0 update yum /usr/bin/yum [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://lifelinux.com/auto-update-centos-server-with-yum-command/">Auto Update CentOS Server With yum Command</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p></p><p>The <strong>yum command</strong> is used to install and update software under Centos, RedHat and Fedora. In this topic, i will use yum command to update Centos and configure yum to update automatically with Crontab.<span id="more-50"></span></p>
<p>Create file yum_update.sh</p>
<pre>vi /etc/cron.daily/yum_update.sh</pre>
<p>With following content :</p>
<pre>#!/bin/bash

/usr/bin/yum -y -R 120 -d 0 -e 0 update yum

/usr/bin/yum -y -R 10 -e 0 -d 0 update</pre>
<p>-e 0 -d 0  are to only show critical errors.<br />
-R adds random delay between command execution.</p>
<p>Make it executable</p>
<pre>chmod 755 /etc/cron.daily/yum_update.sh</pre>
<g:plusone href="https://lifelinux.com/auto-update-centos-server-with-yum-command/" size="standard"  annotation="none"   ></g:plusone><p>The post <a rel="nofollow" href="https://lifelinux.com/auto-update-centos-server-with-yum-command/">Auto Update CentOS Server With yum Command</a> appeared first on <a rel="nofollow" href="https://lifelinux.com">lifeLinux: Linux Tips, Hacks, Tutorials, Ebooks</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://lifelinux.com/auto-update-centos-server-with-yum-command/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
