<?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>Intrepid Blog &#187; typo</title>
	<atom:link href="http://blog.affien.com/archives/tag/typo/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.affien.com</link>
	<description>A few thoughts</description>
	<lastBuildDate>Mon, 23 Jan 2012 08:47:37 +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>The rm -r / typo</title>
		<link>http://blog.affien.com/archives/2006/07/27/the-rm-r-typo/</link>
		<comments>http://blog.affien.com/archives/2006/07/27/the-rm-r-typo/#comments</comments>
		<pubDate>Thu, 27 Jul 2006 17:01:21 +0000</pubDate>
		<dc:creator>Bas Westerbaan</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[gentoo]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[rm -rf]]></category>
		<category><![CDATA[typo]]></category>

		<guid isPermaLink="false">http://blog.w-nz.com/archives/2006/07/27/the-rm-r-typo/</guid>
		<description><![CDATA[Today I accidently made a (yes, very stupid) typo in a  [...]]]></description>
			<content:encoded><![CDATA[<p>Today I accidently made a (yes, very stupid) typo in a root console:</p>
<p><code>rm -r /</code></p>
<p>I noticed the typo almost directly, but <code>rm</code> managed to wipe out my <code>/bin</code> and started removing parts of <code>/boot</code>. This situation wasn&#8217;t very helpful for the stability of my system, as you might understand.</p>
<p>For the windows user: it&#8217;s a bit like deleting half of all executables in the windows folder.</p>
<p>One key difference: when running linux, you can fix it easily. I booted a livecd, <code>mount</code>ed my system, copied the <code>/bin</code> from a stage3 tarball to my root partition and rebooted.</p>
<p>And it&#8217;s working again! There were some complaints about a libproc version mismatch with the binaries, but that&#8217;ll be easily solved by a <code>emerge -e system</code>.</p>
<p>You just got to love linux. (and other nixes for that matter)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.affien.com/archives/2006/07/27/the-rm-r-typo/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

