<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://mail.knoppix.net/wiki3/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=78.143.200.245</id>
		<title>Knoppix Documentation Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://mail.knoppix.net/wiki3/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=78.143.200.245"/>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Special:Contributions/78.143.200.245"/>
		<updated>2026-09-18T20:57:10Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.23.3</generator>

	<entry>
		<id>https://mail.knoppix.net/wiki/Crontab</id>
		<title>Crontab</title>
		<link rel="alternate" type="text/html" href="https://mail.knoppix.net/wiki/Crontab"/>
				<updated>2008-06-19T06:54:42Z</updated>
		
		<summary type="html">&lt;p&gt;78.143.200.245: /* External links */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Scheduling jobs on [[linux]] requires two parts.  The first part is having the crond daemon running.  The second part is using the [[crontab]] command to create a schedule.  The schedule is a list of jobs with times that you'd like to have run.&lt;br /&gt;
&lt;br /&gt;
There are two versions of the command that you will use most of the time.&lt;br /&gt;
 &lt;br /&gt;
 crontab -e&lt;br /&gt;
To edit your crontab file.&lt;br /&gt;
 &lt;br /&gt;
 crontab -l&lt;br /&gt;
To list your crontab file.&lt;br /&gt;
 &lt;br /&gt;
 crontab -l &amp;gt; crontabbackup.txt&lt;br /&gt;
Another useful variation of the -l, list your crontab, allows you to send the schedule to a file.&lt;br /&gt;
&lt;br /&gt;
 crontab crontabbackup.txt&lt;br /&gt;
If you use the crontab -l option and send the output to a file as was shown in the prior command example, you can take that schedule and import it into another schedule.  All you have to do is use [[crontab]] and supply your backed up schedule file.  This is a great trick for [[knoppix]].  The creative use of this format of the command would be import your schedule from a [[USB]] thumb drive or a hard drive partion.  You could even store the file on a MS Windows partition as long as the file is in [[linux]] format verse MS Dos format.&lt;br /&gt;
 &lt;br /&gt;
 man 5 crontab&lt;br /&gt;
Use this man command read about the formatting requirements for your '''/etc/crontab''' file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Note: Two classes of user will use this command. &amp;lt;br&amp;gt;&lt;br /&gt;
A user or the &amp;quot;root&amp;quot; user. Although, almost every Linux system, I've ran '''crontab -e''' as &amp;quot;root&amp;quot; '''does not''' support it. &amp;lt;br&amp;gt;&lt;br /&gt;
In other words, if you are Sys Admin (root). Just '''vi /etc/crontab'''.&lt;br /&gt;
&lt;br /&gt;
== External links ==&lt;br /&gt;
* [http://www.math-linux.com/spip.php?article45  Crontab : Scheduling Tasks]&lt;br /&gt;
[[Category:Useful Linux Commands]]&lt;br /&gt;
&lt;br /&gt;
* [http://www.hxpi.com/cron_sandbox.php  A safe place to experiment with crontab commands is Cron Sandbox at HxPI where you can see straightaway a future schedule of run times for whatever crontab parameters you type in.]&lt;/div&gt;</summary>
		<author><name>78.143.200.245</name></author>	</entry>

	</feed>