<?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>solip.de iT &#38; Web &#187; Shell-Skripting</title>
	<atom:link href="http://www.solip.de/techblog/linux/shell-skripting/feed" rel="self" type="application/rss+xml" />
	<link>http://www.solip.de</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 23:03:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cron / Crontab Struktur</title>
		<link>http://www.solip.de/linux/shell-skripting/cron-crontab-struktur</link>
		<comments>http://www.solip.de/linux/shell-skripting/cron-crontab-struktur#comments</comments>
		<pubDate>Fri, 26 Feb 2010 18:30:36 +0000</pubDate>
		<dc:creator>solip</dc:creator>
				<category><![CDATA[Shell-Skripting]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[crontab]]></category>

		<guid isPermaLink="false">http://www.solip.de/?p=277</guid>
		<description><![CDATA[Cron dient unter Linux zur zeitgesteuerten Ausführung von Aufgaben. Die Konfiguration dazu findet sich in: /etc/crontab &#8211; systemweit /etc/cron.d /etc/cron.daily &#8211; täglicher Aufruf durch crontab /etc/cron.hourly &#8211; stündlicher Aufruf durch crontab /etc/cron.monthly &#8211; monatlicher Aufruf durch crontab /etc/cron.weekly &#8211; wöchentlicher Aufruf duch crontab Des weiteren kann per Benutzer ein eigener crontab gespeichert werden. Dazu erstellt [...]]]></description>
		<wfw:commentRss>http://www.solip.de/linux/shell-skripting/cron-crontab-struktur/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verzeichnisse rekursiv ändern ohne den Inhalt zu ändern</title>
		<link>http://www.solip.de/linux/shell-skripting/linux-verzeichnisse-rekursiv-andern-ohne-den-inhalt-zu-andern</link>
		<comments>http://www.solip.de/linux/shell-skripting/linux-verzeichnisse-rekursiv-andern-ohne-den-inhalt-zu-andern#comments</comments>
		<pubDate>Thu, 11 Feb 2010 15:14:07 +0000</pubDate>
		<dc:creator>solip</dc:creator>
				<category><![CDATA[Shell-Skripting]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[rekursiv]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[Verzeichnis]]></category>

		<guid isPermaLink="false">http://www.solip.de/?p=175</guid>
		<description><![CDATA[Alle Verzeichnisse rekursiv ändern, z.B. für neue chmod Rechte, ohne jedoch die Dateien in den Verzeichnissen zu ändern. So geht es mit der Shell: find . -type d -exec chmod 755 {} \; -print]]></description>
		<wfw:commentRss>http://www.solip.de/linux/shell-skripting/linux-verzeichnisse-rekursiv-andern-ohne-den-inhalt-zu-andern/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

