<?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>Linux Servers cPanel webhosting blog &#187; cronjobs</title>
	<atom:link href="http://www.theperfectarts.com/tag/cronjobs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theperfectarts.com</link>
	<description>Basics cPanel tutorials / issue,mysql,php errors etc</description>
	<lastBuildDate>Thu, 02 Sep 2010 11:15:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Set cron with password?</title>
		<link>http://www.theperfectarts.com/2010/02/set-cron-with-password/</link>
		<comments>http://www.theperfectarts.com/2010/02/set-cron-with-password/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 01:43:14 +0000</pubDate>
		<dc:creator>Gunjan</dc:creator>
				<category><![CDATA[Cron jobs issue]]></category>
		<category><![CDATA[Linux Administrator Interview Questions]]></category>
		<category><![CDATA[admin login details in cron]]></category>
		<category><![CDATA[cronjobs]]></category>
		<category><![CDATA[curl cronjobs]]></category>
		<category><![CDATA[how to set cron with surl]]></category>
		<category><![CDATA[password in cron]]></category>
		<category><![CDATA[Set cron with password]]></category>

		<guid isPermaLink="false">http://www.theperfectarts.com/?p=979</guid>
		<description><![CDATA[var infolink_pid = 52738; var infolink_wsid = 0; Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of [...]]]></description>
			<content:encoded><![CDATA[<p><script type="text/javascript">
    var infolink_pid = 52738;
    var infolink_wsid = 0;
</script><br />
<script type="text/javascript" src="http://resources.infolinks.com/js/infolinks_main.js"></script><br />
Most of the scripts cron run from admin section and we are settings cron without admin section login details due to that cron never be run.We can set the cron with the admin section login details.Mostly we prefer curl to set the authentication cron because most of the servers blocking <span style="color: #000000;">wget/lynx command.Simply we can set the cron with the following syntax. </span></p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php</span></p>
<p>If you don&#8217;t want to receive cron result in E-mail then refer following sytax</p>
<p><span style="color: #800000;">/usr/bin/curl http://support:1q2w3e@www.yourdomain.com/test_script/cron.php  &gt; /dev/null 2&gt;&amp;1</span></p>
<p>&copy;2010 <a href="http://www.theperfectarts.com">Linux Servers cPanel webhosting blog</a>. All Rights Reserved.</p>.]]></content:encoded>
			<wfw:commentRss>http://www.theperfectarts.com/2010/02/set-cron-with-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
