<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Using_Cron</id>
	<title>Using Cron - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Using_Cron"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Using_Cron&amp;action=history"/>
	<updated>2026-05-04T17:19:25Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Using_Cron&amp;diff=1436&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;&lt;pre&gt; If your using crontab -e:   */5   *   *    *   *   /usr/local/bin/myjob     but if it is to be put in cron.d it needs a user name before the actual command:  */5   *   *...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Using_Cron&amp;diff=1436&amp;oldid=prev"/>
		<updated>2012-12-07T12:12:23Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; If your using crontab -e:   */5   *   *    *   *   /usr/local/bin/myjob     but if it is to be put in cron.d it needs a user name before the actual command:  */5   *   *...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
If your using crontab -e:&lt;br /&gt;
 &lt;br /&gt;
*/5   *   *    *   *   /usr/local/bin/myjob &lt;br /&gt;
 &lt;br /&gt;
&lt;br /&gt;
but if it is to be put in cron.d it needs a user name before the actual command:&lt;br /&gt;
&lt;br /&gt;
*/5   *   *    *   *   root  /usr/local/bin/myjob&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>