<?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>ebene7 &#187; Linux</title>
	<atom:link href="http://blog.ebene7.com/schlagwort/linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.ebene7.com</link>
	<description></description>
	<lastBuildDate>Tue, 04 Jun 2013 18:57:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Cronjob Cheatsheet</title>
		<link>https://blog.ebene7.com/2010/06/22/cronjob-cheatsheet/</link>
		<comments>https://blog.ebene7.com/2010/06/22/cronjob-cheatsheet/#comments</comments>
		<pubDate>Tue, 22 Jun 2010 18:30:04 +0000</pubDate>
		<dc:creator>Daniel</dc:creator>
				<category><![CDATA[Betriebssysteme]]></category>
		<category><![CDATA[Cheatsheet]]></category>
		<category><![CDATA[Cronjob]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Zeitsteuerung]]></category>

		<guid isPermaLink="false">http://blog.ebene7.com/?p=964</guid>
		<description><![CDATA[Hier eine kleine Merkhilfe zum Anlegen von Cronjobs. # * * * * * [Benutzer] Befehl # - - - - - # &#124; &#124; &#124; &#124; &#124; # &#124; &#124; &#124; &#124; +- - - - Wochentag (0 - &#8230; <a href="https://blog.ebene7.com/2010/06/22/cronjob-cheatsheet/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Hier eine kleine Merkhilfe zum Anlegen von Cronjobs.</p>
<pre><code># * * * * * [Benutzer] Befehl
# - - - - -
# | | | | |
# | | | | +- - - - Wochentag (0 - 6) (0 = Sonntag)
# | | | +- - - - - Monat (1 - 12)
# | | +- - - - - - Tag (1 - 31)
# | +- - - - - - - Stunde (0 - 23)
# +- - - - - - - - Minute (0 - 59)</code></pre>
<p><span id="more-964"></span></p>
<h3>Beispiele</h3>
<p>Täglich um 6:30 Uhr</p>
<pre><code>30 6 * * * root /pfad/zum/wecker</code></pre>
<p>Täglich um 6:30 Uhr, aber nur in der Woche</p>
<pre><code>30 6 * * 1-5 root /pfad/zum/wecker</code></pre>
<p>Alle 15 Minuten</p>
<pre><code>*/15 * * * * /mach/was</code></pre>
<p>Alle 15 Minuten in der Zeit von 8 &#8211; 16 Uhr</p>
<pre><code>*/15 8-16 * * * /mach/was</code></pre>
]]></content:encoded>
			<wfw:commentRss>https://blog.ebene7.com/2010/06/22/cronjob-cheatsheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
