<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://halfgeek.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Cron</id>
	<title>Cron - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://halfgeek.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Cron"/>
	<link rel="alternate" type="text/html" href="https://halfgeek.org/wiki/index.php?title=Cron&amp;action=history"/>
	<updated>2026-05-28T12:32:07Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>https://halfgeek.org/wiki/index.php?title=Cron&amp;diff=172&amp;oldid=prev</id>
		<title>129.6.84.38 at 14:39, 26 May 2005</title>
		<link rel="alternate" type="text/html" href="https://halfgeek.org/wiki/index.php?title=Cron&amp;diff=172&amp;oldid=prev"/>
		<updated>2005-05-26T14:39:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Setting up cron is simple.  Embarrassingly simple.  The embarrassing part is Googling a site with an example every single time one has to use it.  Here is that information.&lt;br /&gt;
&lt;br /&gt;
=Setting up a crontab=&lt;br /&gt;
&lt;br /&gt;
Run&lt;br /&gt;
&lt;br /&gt;
 crontab -e&lt;br /&gt;
&lt;br /&gt;
This will open up everyone&amp;#039;s favorite editor (set &amp;lt;code&amp;gt;EDITOR=vim&amp;lt;/code&amp;gt; if someone made a mistake ;-)) to edit the crontab file (actually, a temp file&amp;amp;mdash;the file is parsed for correctness as soon as you close it, and only committed if there were no errors).&lt;br /&gt;
&lt;br /&gt;
The format is a quintuple of time coordinates, trailed by the command to be executed.&lt;br /&gt;
&lt;br /&gt;
 #Minute Hour    M.day   Month   Weekday Command&lt;br /&gt;
 # 0-59   0-23    1-31    1-12    0-6&lt;br /&gt;
 #                                0=Sun&lt;br /&gt;
&lt;br /&gt;
Any given time coordinate can be entered as a single number, a comma-delimited list, hyphen-defined range or a &amp;lt;code&amp;gt;*&amp;lt;/code&amp;gt; indicating all.&lt;br /&gt;
&lt;br /&gt;
 # 10:35am on every Monday, Tuesday, and Wednesday in February or August&lt;br /&gt;
 35      10      *       2,8     1-3     /usr/bin/updatedb &amp;gt;/dev/null 2&amp;gt;&amp;amp;1&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s about all there is to it.&lt;/div&gt;</summary>
		<author><name>129.6.84.38</name></author>
		
	</entry>
</feed>