<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: In the interest of newbs</title>
	<atom:link href="http://kmandla.wordpress.com/2007/01/15/in-the-interest-of-newbs/feed/" rel="self" type="application/rss+xml" />
	<link>http://kmandla.wordpress.com/2007/01/15/in-the-interest-of-newbs/</link>
	<description>K.Mandla's blog of Linux experiences</description>
	<lastBuildDate>Mon, 11 Feb 2013 18:19:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: The Scripting Fool</title>
		<link>http://kmandla.wordpress.com/2007/01/15/in-the-interest-of-newbs/#comment-439</link>
		<dc:creator><![CDATA[The Scripting Fool]]></dc:creator>
		<pubDate>Tue, 16 Jan 2007 04:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/01/15/in-the-interest-of-newbs/#comment-439</guid>
		<description><![CDATA[I actually had a similar experience writing a script at work.  It was supposed to recreate the modules directory for our bootable cd so I had a line similar to rm -rf /lib/modules/$KERNEL_VERSION, and of course KERNEL_VERSION wasn&#039;t defined and most of the kernel modules were removed...

And of course `ls` didn&#039;t after that.]]></description>
		<content:encoded><![CDATA[<p>I actually had a similar experience writing a script at work.  It was supposed to recreate the modules directory for our bootable cd so I had a line similar to rm -rf /lib/modules/$KERNEL_VERSION, and of course KERNEL_VERSION wasn&#8217;t defined and most of the kernel modules were removed&#8230;</p>
<p>And of course `ls` didn&#8217;t after that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dosnlinux</title>
		<link>http://kmandla.wordpress.com/2007/01/15/in-the-interest-of-newbs/#comment-434</link>
		<dc:creator><![CDATA[dosnlinux]]></dc:creator>
		<pubDate>Mon, 15 Jan 2007 22:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://kmandla.wordpress.com/2007/01/15/in-the-interest-of-newbs/#comment-434</guid>
		<description><![CDATA[I can say from personal experience that rm -rf / WILL work on a mounted partition. I learned this the hard way when as root I mistyped `rm -rf .*/` as `rm -rf .* /`

It took me forever to find out why `ls` couldn&#039;t be found :P]]></description>
		<content:encoded><![CDATA[<p>I can say from personal experience that rm -rf / WILL work on a mounted partition. I learned this the hard way when as root I mistyped `rm -rf .*/` as `rm -rf .* /`</p>
<p>It took me forever to find out why `ls` couldn&#8217;t be found <img src='http://s2.wp.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
