<?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/"
		>
<channel>
	<title>Comments on: Fun with Linux Commands-II &#8211; With Power Comes Responsibility</title>
	<atom:link href="http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/</link>
	<description>Quick Tweaks For Your System</description>
	<lastBuildDate>Mon, 30 Nov 2009 01:34:26 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Paul</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-3675</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Sun, 27 Sep 2009 01:00:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-3675</guid>
		<description>It didn&#039;t work for me, can you give us some more information?</description>
		<content:encoded><![CDATA[<p>It didn&#8217;t work for me, can you give us some more information?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pigpoo</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-3149</link>
		<dc:creator>Pigpoo</dc:creator>
		<pubDate>Thu, 09 Jul 2009 19:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-3149</guid>
		<description>Today, basicly I did &quot;su; cd /; rm -f -d -r *&quot; on my iPhone.
Well... Guess what happened. :P</description>
		<content:encoded><![CDATA[<p>Today, basicly I did &#8220;su; cd /; rm -f -d -r *&#8221; on my iPhone.<br />
Well&#8230; Guess what happened. <img src='http://www.quicktweaks.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raghu</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-569</link>
		<dc:creator>Raghu</dc:creator>
		<pubDate>Tue, 28 Oct 2008 14:51:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-569</guid>
		<description>Work as a normal user. Never do your regular work as root.

\rm -rf /   does not do any harm if you are a normal user and not root.</description>
		<content:encoded><![CDATA[<p>Work as a normal user. Never do your regular work as root.</p>
<p>\rm -rf /   does not do any harm if you are a normal user and not root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Bowden</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-553</link>
		<dc:creator>Tim Bowden</dc:creator>
		<pubDate>Mon, 27 Oct 2008 00:30:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-553</guid>
		<description>Of course rm -rf / has a purpose.  Working in a chroot?  Can come in handy if you want to clean it out.  There shouldn&#039;t be limits on things like this because that would violate the principle of least surprise for people who /do/ know what they&#039;re doing.</description>
		<content:encoded><![CDATA[<p>Of course rm -rf / has a purpose.  Working in a chroot?  Can come in handy if you want to clean it out.  There shouldn&#8217;t be limits on things like this because that would violate the principle of least surprise for people who /do/ know what they&#8217;re doing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Werner</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-542</link>
		<dc:creator>Werner</dc:creator>
		<pubDate>Sun, 26 Oct 2008 16:30:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-542</guid>
		<description>The rm -rf / command serves no purpose. The only reason would be to re-install an operating system and the partitioner would remove the old filesystem. Linux is powerful - but dangerous in this regard. Some kind of safeguard would be a good idea with a command such as this...but then again Linux and other *nixes are not for the totally inexperienced. You need to do you&#039;re homework before playing with these commands.</description>
		<content:encoded><![CDATA[<p>The rm -rf / command serves no purpose. The only reason would be to re-install an operating system and the partitioner would remove the old filesystem. Linux is powerful &#8211; but dangerous in this regard. Some kind of safeguard would be a good idea with a command such as this&#8230;but then again Linux and other *nixes are not for the totally inexperienced. You need to do you&#8217;re homework before playing with these commands.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willy G</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-538</link>
		<dc:creator>Willy G</dc:creator>
		<pubDate>Sun, 26 Oct 2008 15:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-538</guid>
		<description>I wish there were a lot more of this information available. simple but useful DON&quot;Ts we need a lot more</description>
		<content:encoded><![CDATA[<p>I wish there were a lot more of this information available. simple but useful DON&#8221;Ts we need a lot more</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-529</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sun, 26 Oct 2008 03:18:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-529</guid>
		<description>Thanks for getting the word out.  I can add a few more:

 - redirecting things into a hard drive, e.g.: cat /dev/zero &gt; /dev/sda
 - using dd with a drive or system file as the output, e.g.:
dd if=/dev/random of=/dev/sda
 - rsync or any similar copy command that has a delete switch can be used to destroy parts of the filesystem:
rsync -r --delete /tmp /usr

Of course, you can&#039;t know them all, it&#039;s best just to avoid running things you don&#039;t understand from people you can&#039;t trust.</description>
		<content:encoded><![CDATA[<p>Thanks for getting the word out.  I can add a few more:</p>
<p> &#8211; redirecting things into a hard drive, e.g.: cat /dev/zero &gt; /dev/sda<br />
 &#8211; using dd with a drive or system file as the output, e.g.:<br />
dd if=/dev/random of=/dev/sda<br />
 &#8211; rsync or any similar copy command that has a delete switch can be used to destroy parts of the filesystem:<br />
rsync -r &#8211;delete /tmp /usr</p>
<p>Of course, you can&#8217;t know them all, it&#8217;s best just to avoid running things you don&#8217;t understand from people you can&#8217;t trust.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kinox</title>
		<link>http://www.quicktweaks.com/2008/10/24/fun-with-linux-commands-ii-with-power-comes-responsibility/comment-page-1/#comment-523</link>
		<dc:creator>Kinox</dc:creator>
		<pubDate>Sun, 26 Oct 2008 01:54:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.quicktweaks.com/?p=244#comment-523</guid>
		<description>rm -rf ~ / &amp; deletes not just your home directory, but the whole root.</description>
		<content:encoded><![CDATA[<p>rm -rf ~ / &amp; deletes not just your home directory, but the whole root.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.684 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2009-12-05 08:03:36 -->
<!-- Compression = gzip -->