<?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>fixlinux.com &#187; cron</title>
	<atom:link href="http://fixlinux.com/category/cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://fixlinux.com</link>
	<description>security + stability = sanity</description>
	<lastBuildDate>Thu, 27 May 2010 05:37:22 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is this the Last Day of the Month?</title>
		<link>http://fixlinux.com/2006/04/12/is-this-the-last-day-of-the-month/</link>
		<comments>http://fixlinux.com/2006/04/12/is-this-the-last-day-of-the-month/#comments</comments>
		<pubDate>Wed, 12 Apr 2006 18:22:01 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://fixlinux.com/2006/04/12/is-this-the-last-day-of-the-month/</guid>
		<description><![CDATA[http://www.itworld.com/nl/unix_insider/04062006/
]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.itworld.com/nl/unix_insider/04062006/" href="http://www.itworld.com/nl/unix_insider/04062006/">http://www.itworld.com/nl/unix_insider/04062006/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://fixlinux.com/2006/04/12/is-this-the-last-day-of-the-month/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The proper way to edit your crontab</title>
		<link>http://fixlinux.com/2005/12/22/the-proper-way-to-edit-your-crontab/</link>
		<comments>http://fixlinux.com/2005/12/22/the-proper-way-to-edit-your-crontab/#comments</comments>
		<pubDate>Thu, 22 Dec 2005 23:15:25 +0000</pubDate>
		<dc:creator>derek</dc:creator>
				<category><![CDATA[cron]]></category>

		<guid isPermaLink="false">http://fixlinux.com/2005/12/22/the-proper-way-to-edit-your-crontab/</guid>
		<description><![CDATA[Time to break my habit of using crontab -e.  As we all know this opens our default EDITOR and allows us to quickly edit and save our cron jobs.  This is a huge risk.  If, for example, you find yourself logged in on a strange system and EDITOR is set to something [...]]]></description>
			<content:encoded><![CDATA[<p>Time to break my habit of using <strong>crontab -e</strong>.  As we all know this opens our default EDITOR and allows us to quickly edit and save our cron jobs.  This is a huge risk.  If, for example, you find yourself logged in on a strange system and EDITOR is set to something you don&#8217;t know, you&#8217;re much more at risk to accidentally erase your crontab.</p>
<p>The proper way to edit your crontab is as follows:</p>
<p><code>crontab -l > /tmp/mycrontab<br />
vi /tmp/mycrontab<br />
(make your changes)<br />
crontab /tmp/mycrontab</code></p>
<p>Feel free to put the mycrontab file in your home directory (I just used /tmp as an example).</p>
<p>By following the above process you are creating a backup of your crontab and you have full control of the editor you will use to make your changes.  You&#8217;ll thank me the next time you mistype and enter <strong>crontab -r</strong> (-r: Remove the current crontab) instead of the <strong>crontab -e</strong> you thought you typed.</p>
]]></content:encoded>
			<wfw:commentRss>http://fixlinux.com/2005/12/22/the-proper-way-to-edit-your-crontab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
