<?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>hihn.org &#187; shell</title>
	<atom:link href="http://hihn.org/tag/shell/feed/" rel="self" type="application/rss+xml" />
	<link>http://hihn.org</link>
	<description></description>
	<lastBuildDate>Sun, 27 Nov 2011 18:59:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Suchen &amp; löschen in einem Zug</title>
		<link>http://hihn.org/2009/04/suchen-loschen-in-einem-zug/</link>
		<comments>http://hihn.org/2009/04/suchen-loschen-in-einem-zug/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 20:55:37 +0000</pubDate>
		<dc:creator>rh</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[konsole]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">https://hihn.org/?p=392</guid>
		<description><![CDATA[Mit diesem Befehl kann man alle Suchergebnisse unmittelbar löschen: # löscht alle SVN Dateien aus dem aktuellen Verzeichnis find . -type d -name ".svn" -exec rm -r {} \;]]></description>
			<content:encoded><![CDATA[<p>Mit diesem Befehl kann man alle Suchergebnisse unmittelbar löschen:</p>
<pre>
# löscht alle SVN Dateien aus dem aktuellen Verzeichnis
find . -type d -name ".svn" -exec rm -r {} \;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://hihn.org/2009/04/suchen-loschen-in-einem-zug/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Schlichtes ksh-prompt</title>
		<link>http://hihn.org/2008/02/schlichtes-ksh-promp/</link>
		<comments>http://hihn.org/2008/02/schlichtes-ksh-promp/#comments</comments>
		<pubDate>Tue, 05 Feb 2008 13:38:01 +0000</pubDate>
		<dc:creator>rh</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[ksh]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://hihn.org/?p=38</guid>
		<description><![CDATA[export PS1="\u@\h\w # " in die ~/.profile schreiben. Sieht dann so aus: root@blowfish/var/www #]]></description>
			<content:encoded><![CDATA[<pre>
export PS1="\u@\h\w # "
</pre>
<p>in die ~/.profile schreiben.<br />
Sieht dann so aus:</p>
<pre>
root@blowfish/var/www #
</pre>
]]></content:encoded>
			<wfw:commentRss>http://hihn.org/2008/02/schlichtes-ksh-promp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Leserechte mit chmod entziehen</title>
		<link>http://hihn.org/2008/01/leserechte-mit-chmod-entziehen/</link>
		<comments>http://hihn.org/2008/01/leserechte-mit-chmod-entziehen/#comments</comments>
		<pubDate>Thu, 31 Jan 2008 21:22:23 +0000</pubDate>
		<dc:creator>rh</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[konsole]]></category>
		<category><![CDATA[shell]]></category>

		<guid isPermaLink="false">http://hihn.org/?p=36</guid>
		<description><![CDATA[Es ist mir schon öfters aufgefallen, dass ein normaler Benutzer auf einem UNIX-System zwar an vielen Orten keine Schreib-, aber Leserechte hat, was für jemanden der sich &#8220;geschützt&#8221; fühlt eine böse Überraschung sein kann. Mit chmod kann man die Rechte für Ordner und Dateien setzen. # chmod a-r /var/www/ zum Beispiel entzieht für alle (a) [...]]]></description>
			<content:encoded><![CDATA[<p>Es ist mir schon öfters aufgefallen, dass ein normaler Benutzer auf einem UNIX-System zwar an vielen Orten keine Schreib-, aber Leserechte hat, was für jemanden der sich &#8220;geschützt&#8221; fühlt eine böse Überraschung sein kann.<br />
Mit <strong>chmod</strong> kann man die Rechte für Ordner und Dateien setzen.</p>
<pre>
# chmod a-r /var/www/
</pre>
<p>zum Beispiel <strong>entzieht</strong> für <strong>alle (a)</strong> das <strong>Leserecht (r)</strong> für den Ordner /var/www/.</p>
<p>Nähere Infos gibt es u.a. auf <a href="http://www.pro-linux.de/t_shell/chmod.html">Pro-Linux</a></p>
]]></content:encoded>
			<wfw:commentRss>http://hihn.org/2008/01/leserechte-mit-chmod-entziehen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

