<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:osnews="http://osnews.com/rss2#">
	<channel>
		<title>OSNews: </title>
		<link>http://www.osnews.com/story/8691/The_wonders_of_format_c_</link>
		<description>Exploring the Future of Computing</description>
		<language>en-us</language>
		<copyright>Copyright 2001-2009, David Adams</copyright>
		<webMaster>adam+nospam@osnews.com</webMaster>
		<lastBuildDate>Tue, 07 Jul 2009 01:56:49 GMT</lastBuildDate>
		<image>
			<url>http://www.osnews.com/images/osnews.gif</url>
			<title>OSNews.com</title>
			<link>http://www.osnews.com</link>
		</image>
		<item>
			<title>nice article</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>heh, nice article <img src="/images/emo/wink.gif" alt=";)" />  Although in windows I would have thought it would never let you wipe your HD if you were a non-admin user.</description>
			<pubDate>Thu, 28 Oct 2004 07:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Windows del can be about as fast as linux.</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>If you pipe the windows del command to the nul device, it will complete in about the same time as linux - It's the reporting of each file deleted and scrolling the screen upwards that is slowing the system down.<br />
<br />
EI:<br />
del /F /S /Q * &gt;nul<br />
<br />
The results for Win32 weren't too surprising, although I did find it interesting how well windows handled being fubared - and even more amusing how badly linux reacted. That's the thing about linux though, you have to have the Root password to truly screw up the system bad - The problem is on a home machine most users HAVE the root password. (at least you can restrict that in an office environment)</description>
			<pubDate>Thu, 28 Oct 2004 07:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Incorrect Command</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>It's:<br />
<br />
rm -rf /<br />
<br />
Yes, the caps matter. Look at the screenshot ... there's nothing recursive about it.</description>
			<pubDate>Thu, 28 Oct 2004 07:29:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Oh, for linux</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>You could also try the classic &quot;mv * /dev/null&quot; - That one worked wonders under Xenix back in the eighties.</description>
			<pubDate>Thu, 28 Oct 2004 07:31:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Great article</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Completely pointless, but a fun read.  I particularly like the fact that he marked windows up for shutting down gracefully after he'd completely borked it.  What's he worried about?  Data loss?  That was the best bit.<br />
<br />
This certainly was a cut above the Ballmer advertorial we had to endure earlier today.  Far more informative.<br />
<br />
Matt</description>
			<pubDate>Thu, 28 Oct 2004 07:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>heh</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>A few years back, a friend was was about to reinstall his windows box, but instead of just killing it, he deleted one file in the winnt/* folders each time he shut down (once+ a day). It lasted a good couple of months before it died. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Thu, 28 Oct 2004 07:41:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>A pink mess?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt;Linux, however, lost in style points as it simply gave up, spewing a pink mess across the screen.<br />
<br />
LOL, I think <a href="http://hohle.net/images/linux8.png" rel="nofollow">http://hohle.net/images/linux8.png</a> is a peace of art and remings me all those science-fiction movies about aliens <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
Fun reading, nice article, congratulations!</description>
			<pubDate>Thu, 28 Oct 2004 07:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Article</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>rm -rf not rm -RF. Also, by default, in Ubuntu, the root AND user passwords are identical...actually the root account is disabled. The first user set up has super user privaledges executed through the sudo command.<br />
<br />
Is there anyone else here with enough time on their hands to actually spend the time installing two operating systems just to destroy them???? Just wondering.</description>
			<pubDate>Thu, 28 Oct 2004 07:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Fun</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Fun article, especially the conclusion.<br />
<br />
I think it's shows nicely that as root you are very much in control of linux, it will just execute your commands to it's best. (even a self destructing one)<br />
<br />
Windows seems to be a bit more protective about what users do with the system, well 'seems', because on one hand it can be a pain to get rid of some file or process windows thinks is a critical system one (perhaps mainly because of it's obscurity)...and on the other it leaves some doors wide open.</description>
			<pubDate>Thu, 28 Oct 2004 07:50:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>One correction</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>This left a lot of useful applications in the file tree. Linux, however, loads programs into memory and doesn't worry about locking them, so nearly everything was removed, even programs that were currently running when I removed them.<br />
<br />
Both OSs memory map the executables, only Windows locks it, and Linux doesn't. What happens is that the delete request get's processed, but the actual delete isn't carried out until the program is shut down. The Linux way is better, mainly because you can upgrade and remove programs without having to bother to make sure that they are shut down.</description>
			<pubDate>Thu, 28 Oct 2004 08:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>entertaining information</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>@Anonymous (IP: ---.cg.shawcable.net)<br />
<i>rm -rf not rm -RF</i> Wouldn't that be more likely this:<br />
<b>rm -Rf</b>?</description>
			<pubDate>Thu, 28 Oct 2004 08:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>.</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>@ Rayiner Hashem:<br />
<i>but the actual delete isn't carried out until the program is shut down.</i><br />
<br />
I first stopped iptables from being processed during start up sequence with &quot;update-rc.d -f iptables&quot; then i deleted ip-tables whereever it existed in the filesystem.However<br />
on Debian ls -al wouldn't reveal any sign of ip-tables in<br />
the specific directories.Yet most of the ports ALL in and ALL out execpt 4 still are closed.If it isn't realy deleted<br />
untill the app/daemon itself isn't deleted, where did it go do you think? Or did you refer to it being deleted from hardisk and only present in memory for the time the app/deamon is running?</description>
			<pubDate>Thu, 28 Oct 2004 08:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Syntax</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>rm -rf etc<br />
and<br />
rm -Rf etc<br />
<br />
are both valid.<br />
<br />
The f can be only lower case.</description>
			<pubDate>Thu, 28 Oct 2004 08:18:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Odd comparision</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>IMHO these commands are totally different, format is for formatting your filesystem. rm is for deleting files.<br />
You should use format and mkfs.ext3 for example <img src="/images/emo/grin.gif" alt=";)" /></description>
			<pubDate>Thu, 28 Oct 2004 08:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>&amp;quot;rm -rf /&amp;quot; is different from &amp;quot;format c:&amp;quot;</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I think that &quot;format c:&quot;'s Linux version should be &quot;mkfs.X /dev/hdYn&quot; (Where X is reiserfs, xfs, jfs, ext2 or ext3; Y is a, b, c, ...; n is 1, 2, 3, ...) and not &quot;rm -rf /&quot;</description>
			<pubDate>Thu, 28 Oct 2004 08:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Comparison/Syntax</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Check the manual page:<br />
    -r    Equivalent to -R<br />
<br />
And the comparison is indeed weird. There once was a discussion about the rm -rf command on the FreeBSD mailinglist and DragonFly added a flag to rm to prevent mistakes with rm IIRC.</description>
			<pubDate>Thu, 28 Oct 2004 08:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@ henk</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>the author himself admits what you are saying, but he did so because most people makes those jokes about rm -rf and format c: - it's about jokes! :-)<br />
<br />
a very amusing article, well-written and actually informative, too. i don't like the file locking in windows, quess what happens when you try to delete an virus infected program?<br />
<br />
and maybe windows was slower because windows has a system files protection service, which monitors deletion attempts to system files and tries to recover them when something happens... that's why he got messages about &quot;being replaced by an older version&quot; (maybe)</description>
			<pubDate>Thu, 28 Oct 2004 08:57:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>format</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>fdisk /dev/hda<br />
<br />
then press &quot;d&quot;<br />
<br />
:)</description>
			<pubDate>Thu, 28 Oct 2004 09:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>dd if=/dev/zero of=/dev/hda (or wathever your root is)</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>ever tried this?<br />
low level format made easy <img src="/images/emo/smile.gif" alt=";)" /> <br />
<br />
byez</description>
			<pubDate>Thu, 28 Oct 2004 09:30:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>more subtile</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>chmod -R 0 / <br />
in root mode is funny <br />
<br />
or rm -rf /var is a nice variant. <br />
<br />
All of this is fun because you _beleive_ you could repare it.<br />
<br />
dd if=/dev/zero of=/dev/kmem should be funny also...</description>
			<pubDate>Thu, 28 Oct 2004 09:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@nikolas</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>You, of course, can repair it.<br />
By booting from CD-ROM, mounting partitions and changing thir perms.</description>
			<pubDate>Thu, 28 Oct 2004 09:51:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Bullshit</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Format is a different think as rm. <br />
use makefs and your sucking lunix is dead !</description>
			<pubDate>Thu, 28 Oct 2004 09:53:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Article</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt; Is there anyone else here with enough time on their<br />
&gt; hands to actually spend the time installing two<br />
&gt; operating systems just to destroy them???? Just wondering.<br />
<br />
A few years back, I routinely installed and destroyed various operating systems (Linux, DOS, Windows 3.x, Windows 9x, and Oberon System 3). I learned a lot about paring down each of the OSes to the bare minimum needed to run my programs :-)</description>
			<pubDate>Thu, 28 Oct 2004 10:03:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Point? What Point?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Another one of the artsy-fartsy tech article. This one ranks up there with the other crap on OS installation.<br />
<br />
I guess it beats watching pubic hair grows, if any that is ...</description>
			<pubDate>Thu, 28 Oct 2004 10:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Point? What Point?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>It's certainly more interesting than your comment. <img src="/images/emo/smile.gif" alt=";)" /></description>
			<pubDate>Thu, 28 Oct 2004 10:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: Point? What Point?</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Thank you. I sincerely take that as a compliment.</description>
			<pubDate>Thu, 28 Oct 2004 10:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>...</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Hey chill out guys, this was just a fun article, and probably a lot of fun to do. What's more pointless; destroying two working OS installations, or installing Linux distribution no. 27563, and writing a review about that? Ohh it has Mozilla <img src="/images/emo/wink.gif" alt=";)" /> .<br />
<br />
Fun article, nice work.</description>
			<pubDate>Thu, 28 Oct 2004 11:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Incorrect  conclusion</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Ubuntu's default file permissions and user accounts are much more mature then Windows XPs, [...]<br />
<br />
In fact, the file permissions themselves are almost certainly just as restrictive.  The difference is you are comparing (as you note straight after) an administrator user to a regular one.<br />
<br />
Try running your &quot;del *&quot; as a regular user, to get an apples to apples comparison on the file permissions and draw a valid conclusion.</description>
			<pubDate>Thu, 28 Oct 2004 11:33:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@drsmithy</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>What the auteur was referring to is:Windows XP (unless specified being Professional version) only asks you to pick a username and that's about it, to give the login icons a name.Other than that the users are password less admin accounts with terminal services enabled by deafault as well<br />
as restrict anonymous set to *0*.Which means you could very easy enumerate the user accounts,and then getting access with C:net use \victim.orgipc$ password(which is quite easy in this case) /u:victim.comusername<br />
<br />
<i>Try running your &quot;del *&quot; as a regular user, to get an apples to apples comparison on the file permissions and draw a valid conclusion.</i></description>
			<pubDate>Thu, 28 Oct 2004 12:00:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>err</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>victim.comusername</description>
			<pubDate>Thu, 28 Oct 2004 12:01:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>hmm</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>slashbackward is stripped from the stream :-)<br />
victom.com&quot;&quot;username</description>
			<pubDate>Thu, 28 Oct 2004 12:04:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title></title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description></description>
			<pubDate>Thu, 28 Oct 2004 12:06:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@jophn deo</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>What the auteur was referring to is:Windows XP (unless specified being Professional version) only asks you to pick a username and that's about it<br />
<br />
sorry for the confusion about this issue, my install was Windows XP Pro, I was asked for a username (and the usernames of other people who would be using the system, which i didn't enter), and never asked for a password, nor what an administrator password, nor what privileges my account should have.<br />
<br />
it also seems that there were more efficient windows commands i could have used, and that printing files probably slowed the system down more then NTFS (though writing to standard out is generally slower in Windows then Linux).</description>
			<pubDate>Thu, 28 Oct 2004 12:15:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>i did that once</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>i did the del /F /S /Q  on a school computer once it was funny to see the comp go down hehehe the whole comp was gone for about 3 weeks until they could afford a techie i was like hahaha <br />
wish we had linux running at school...</description>
			<pubDate>Thu, 28 Oct 2004 12:24:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:.</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>If it isn't realy deleted untill the app/daemon itself isn't deleted, where did it go do you think?<br />
It stays on harddisk - disk blocks taken by the file are still not free, though there are no references to the file from the file system tree, so you can't see it anywhere (1). The disk space will be reclaimed when last process that references the file closes it - in case of executable, it will happen when the process exits.<br />
<br />
(1) It's not exactly true - the file can still be reached via /proc subdirectory corresponding to the running process.</description>
			<pubDate>Thu, 28 Oct 2004 12:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE: .</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt; I first stopped iptables from being processed during start up sequence with &quot;update-rc.d -f iptables&quot; then i deleted ip-tables whereever it existed in the filesystem.However<br />
on Debian ls -al wouldn't reveal any sign of ip-tables in<br />
the specific directories.Yet most of the ports ALL in and ALL out execpt 4 still are closed.If it isn't realy deleted<br />
untill the app/daemon itself isn't deleted, where did it go do you think? Or did you refer to it being deleted from hardisk and only present in memory for the time the app/deamon is running?<br />
<br />
You probably really did delete iptables.  However, iptables is just the user-space interface to iptables in the kernel; the actual rules will stay there until you reboot [or re-install iptables and delete them].<br />
<br />
Iptables isn't a daemon.  However, daemons do keep running even if you delete their binary; binaries aren't _exactly_ deleted until they exit.  They're unlinked from their old place on the filesystem, but still referenced through /proc as long as at least one process is using them [this is true for other files too].</description>
			<pubDate>Thu, 28 Oct 2004 12:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Actually you should have tried it on Win 98</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>This should have been tried on Win 98 as this is still the predominant Win OS out there. All you have to do is drop into DOS and format c: will completely wipe your hard disk (though you could recover via Norton's Utilities). Since Win 98 suffered from rapid aging (some sort of accelerated rate of bit rot), I usually had to do this every 6 months, wipe clean, install clean.</description>
			<pubDate>Thu, 28 Oct 2004 13:42:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Totally useless....</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Pretty dumb article... especially considering that any experienced user should be able to predict EXACTLY what will happen.</description>
			<pubDate>Thu, 28 Oct 2004 13:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>the quickest way to kill a windows box</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>the quickest way to kill a windows box<br />
<br />
c:debug<br />
-w 100 0 0 0 1000<br />
-quit<br />
<br />
<br />
then reboot<br />
<br />
Happy happy</description>
			<pubDate>Thu, 28 Oct 2004 14:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: Totally useless....</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>not to get defensive, but you would have expected the pink screen of death and/or that windows would have few problems, despite most of its files being removed?  or windows prompting you that files had been changed (when really they were deleted), you would have predicted EXACTLY that?<br />
<br />
if that's the case, what are you doing in the dorms?  with that kind of insight you could either have a) a high paying tech job or b) a spot on the psychic friend's network!</description>
			<pubDate>Thu, 28 Oct 2004 14:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Woops</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>that would be <br />
<br />
c:debug<br />
-w 0 0 0 1000<br />
-quit<br />
<br />
reboot</description>
			<pubDate>Thu, 28 Oct 2004 14:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>r vs R</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>POSIX OPTIONS<br />
[snip]<br />
 -r or -R<br />
   Recursively remove directory trees.<br />
[snip]<br />
<br />
The man has spoken.</description>
			<pubDate>Thu, 28 Oct 2004 14:32:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Format</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Now if you had booted from a floppy and tried Format c:</description>
			<pubDate>Thu, 28 Oct 2004 14:55:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>experiment</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I like the initiative of the author.You could argue about<br />
the way he has written the article or planned/executed the<br />
test itself but nevertheless the initiative was fun.<br />
You could ask yourself what's the point of overclocking<br />
a Pentium 4 2.4 so it runs at 4.2 ghz and finally fries like<br />
the people from [H]ard|ocp did in 2002.Well i'm just curious to know what's the ultimate boundary is and haven't the means in terms of hardware etc to perform such a test.I'm glad ther're are sites that go to the outer limits in order<br />
to present the reader the outcome , whatever it may be.<br />
What's the meaning? Because its there!</description>
			<pubDate>Thu, 28 Oct 2004 15:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>More fun</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>su<br />
rm -rf /proc<br />
reboot</description>
			<pubDate>Thu, 28 Oct 2004 15:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: Article</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Also, by default, in Ubuntu, the root AND user passwords are identical...actually the root account is disabled.<br />
<br />
Oh, is it now? Just sudo passwd root and then su. Doesn't look disabled to me.</description>
			<pubDate>Thu, 28 Oct 2004 15:43:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:Re: Totally useless....</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt;with that kind of insight you could either have a) a high paying tech job<br />
<br />
Yep, seems like a good question for an interview.</description>
			<pubDate>Thu, 28 Oct 2004 15:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>BSD</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>In BSD you can prevent this by setting 'system immutable flag' on system files and going to higher secure level. The downside is that you will need to reboot or go down to single user mode if you want to upgrade|remove one of these files.</description>
			<pubDate>Thu, 28 Oct 2004 16:12:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:.</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>If it isn't realy deleted untill the app/daemon itself isn't deleted, where did it go do you think?<br />
It stays on harddisk - disk blocks taken by the file are still not free...<br />
<br />
That's right, each open file, including executables and shared libraries which are in use, have in-core inodes with a reference count which is incremented by one for each filesystem link and once for each process which references them.  Whenever a process exits, the reference counts for the executable and library files are decremented.  Whenever a count reaches zero, the file is actually deleted from disk.<br />
<br />
Processes can arrange to have their temporary files &quot;automatically&quot; deleted, by creating them with open() and then deleting the filesystem link with unlink().  The file remains on disk and may be read &amp; written as usual until the file descriptor is closed.  The close() decrements the reference count to zero and file management then deletes the file from disk.</description>
			<pubDate>Thu, 28 Oct 2004 16:17:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@ken:</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Yes...you...have to do sudo passwd root before you can do su. That, to me, equals 'disabled', no?</description>
			<pubDate>Thu, 28 Oct 2004 17:47:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re : rm -rf /&amp;quot; is different from &amp;quot;format c:&amp;quot;</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I think it would be easier to actually run debug and then scramble the HDD and invoking certain IRQ# and passing parameteres to the good old DS, ES, AX registers.. !!! <br />
How would both OS's cope with brute force coding of this nature eh ??</description>
			<pubDate>Thu, 28 Oct 2004 18:19:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re : rm -rf /&amp;quot; is different from &amp;quot;format c:&amp;quot;</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I think it would be easier to actually run debug and then scramble the HDD and invoking certain IRQ# and passing parameteres to the good old DS, ES, AX registers.. !!! <br />
How would both OS's cope with brute force coding of this nature eh ??</description>
			<pubDate>Thu, 28 Oct 2004 18:21:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>deltree this</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>deltree /y c: is nice.<br />
<br />
Is there anyone else here with enough time on their hands to actually spend the time installing two operating systems just to destroy them???? Just wondering.<br />
<br />
i've tried it with Toms Root Boot disk.  just don't rm -rf a mounted filesystem on the hard drive.  i could still &quot;cd&quot; but i couldn't &quot;ls&quot;.</description>
			<pubDate>Thu, 28 Oct 2004 19:14:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Stupid</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt;&gt;Also, by default, in Ubuntu, the root AND user passwords are &gt;&gt;identical...actually the root account is disabled.<br />
&gt;<br />
&gt;&gt;Oh, is it now? Just sudo passwd root and then su. Doesn't &gt;&gt;look disabled to me.<br />
<br />
Stupid people make my head hurt. And seeing this comment made it throb like hell. By issueing the command sudo passwd root you have enabled the root account. OK, are you still following me here? Now, unless Ubuntu somehow jumped out of your computer, twisted your arm behind your back and forced you to issue this command, by default the root account is disabled. By this I mean that immediately after installing the OS, there is no root account by default.<br />
<br />
I will post back in a bit with a couple more explanations and maybe a definition of default...Anyone else want to help drive a simple concept into a stupid person's brain?</description>
			<pubDate>Thu, 28 Oct 2004 20:05:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Stupid...again</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>What's the root password after I install? How do I use the root account?<br />
<br />
The root account is disabled when you first install Ubuntu. The first user created during the installation has administrative rights on the system, and can run programs as root with sudo, using only their normal user password. For example: sudo apt-get update.<br />
<br />
All uses of sudo will require the user's password.<br />
<br />
Note that the root account does not have a password at all after the initial install. You can set the root password by typing sudo passwd root.<br />
<br />
If you need a shell with root privileges, run sudo -s.<br />
<br />
The benefits of this are mentioned in the wiki<br />
<br />
------------------------------------------------------------ <br />
<br />
There. straight from Ubuntu's webpage. I love making stupid people feel even more stupid. Also I saw a report on some webpage that states that XP Home and Pro together (along with Media Center Edition too if you want) have a greater market share than Win98.</description>
			<pubDate>Thu, 28 Oct 2004 20:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@newbert:</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>deltree doesn't seem to exist in Windows XP any more. Not the one at home or this machine I have at work, at least. Weird, it was one DOS command I liked...</description>
			<pubDate>Thu, 28 Oct 2004 21:16:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Deleting files</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt; If it isn't realy deleted untill the app/daemon itself isn't<br />
&gt; deleted, where did it go do you think? <br />
<br />
It didn't go anywhere, the file was still there on disk. However, it wasn't &quot;linked&quot; anymore to the directory it originally belonged, so you couldn't see it, and another file with the same name could be created without problems.<br />
<br />
In unix you have a split between a file and its name. The file is represented by the &quot;inode&quot;, the name is just an handle to that inode. The name can go away, and the inode can still live on, until the file is closed, at which point it gets completely deleted.</description>
			<pubDate>Thu, 28 Oct 2004 21:28:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Moronic article in describing death and destruction</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>The author was somewhat impressed that Windows didn't die &quot;as much&quot; as Linux did.  Well, that's easy.  A lot of shit is built right into the kernel in Windows.<br />
<br />
You don't have to do much reading about operating systems to understand how fundamentally stupid this is (most of the time).  There are situations where moving kernel and userspace closer together has performance benefits (like graphics), but, most of the time, you'd prefer stuff like ls and rm to be in userspace, so that developers can change it, fix bugs, etc. without a kernel recompile.</description>
			<pubDate>Thu, 28 Oct 2004 22:39:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@pixelmonkey</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>&gt; but, most of the time, you'd prefer stuff like ls and rm<br />
&gt; to be in userspace, so that developers can change it, fix<br />
&gt; bugs, etc. without a kernel recompile.<br />
<br />
Unless of course you are dealing with commands as moronically simple as ls or rm, (or dir/del) which operating systems have done since their inception in memory, and one would hope is so simple there would be no chance for bugs or need for changes.</description>
			<pubDate>Thu, 28 Oct 2004 23:02:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@deathshadow:</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>agree. And those commands aren't built in to 'the kernel', anyway, they're built into the shell - cmd.exe. Just like bash has builtins.</description>
			<pubDate>Thu, 28 Oct 2004 23:20:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>re: Stupid</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>There. straight from Ubuntu's webpage. I love making stupid people feel even more stupid.<br />
<br />
Unfortunately you lack the intelligence to follow a thread. The original quip was that root is disabled and can't be used -- not that it is disabled and shouldn't be used. Moron.</description>
			<pubDate>Fri, 29 Oct 2004 00:45:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>RE:The wonders of 'format c:'</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>has anybody mirrored this article?</description>
			<pubDate>Fri, 29 Oct 2004 04:58:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>404 Not Found</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>Hmm, the author must have tried to make a followup article, and accidentally done the new tests on the wrong box...</description>
			<pubDate>Fri, 29 Oct 2004 07:54:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re:  pixelmonkey (IP: ---.DATANET.NYU.EDU)</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>The author was somewhat impressed that Windows didn't die &quot;as much&quot; as Linux did. Well, that's easy. A lot of shit is built right into the kernel in Windows.<br />
<br />
For example ?<br />
<br />
You don't have to do much reading about operating systems to understand how fundamentally stupid this is (most of the time). There are situations where moving kernel and userspace closer together has performance benefits (like graphics), but, most of the time, you'd prefer stuff like ls and rm to be in userspace, so that developers can change it, fix bugs, etc. without a kernel recompile.<br />
<br />
Please don't tell me you're not seriously suggesting things like 'del' are in Windows' kernel ?</description>
			<pubDate>Fri, 29 Oct 2004 08:46:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Old trick...</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>There's this old trick not many people are aware about. It works on DOS and Win9x and such - <br />
echo y|format c:<br />
I knew one guy employed this trick in school, putting that line in autoexec.bat on some 15 computers in his class literally driving the teacher mad, because she wouldn't understand what was going on... And it's such a simple thing too.</description>
			<pubDate>Fri, 29 Oct 2004 09:09:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>a little knowledge...</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I remember once showing somebody at work the basics of DOS: CD, DIR, DEL, and COPY.  The next day she came into work and said she had some problems with her computer.  She had looked at all the directories and saw the entries for . and ...  Not knowing what they were, she attempted to delete them.  Typing &quot;del .&quot; in dos removes all the files in the directory.  She did this with every directory on her disk, including the root.  When she rebooted the computer, she got COMMAND.COM not found.  Poor thing.</description>
			<pubDate>Fri, 29 Oct 2004 16:10:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>a better deletion method in win</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>I prefer to use rmdir /s to remove directories and files.  It seems to go faster and complain less than del.</description>
			<pubDate>Fri, 29 Oct 2004 16:11:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>@buck:</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>oh, wow, you're such a l33t h4x0r. You (I'm sorry, your 'friend') managed to wipe a school PC running DOS or Win9x. I am in awe of your amazing skillz. I'm sure no other school student has ever managed such sophisticated hacking!<br />
<br />
I mean, come on, that's about as smart as wiping the blackboard before the teacher comes into the room. And about as worthy of respect.<br />
<br />
yikes, looks like I got out of the cranky side of the bed this morning.</description>
			<pubDate>Fri, 29 Oct 2004 17:27:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title> Re: pixelmonkey</title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>The author was somewhat impressed that Windows didn't die &quot;as much&quot; as Linux did. Well, that's easy. A lot of shit is built right into the kernel in Windows.<br />
<br />
For example ?<br />
<br />
<br />
A large part of the windowing system. The stuff that the X server does on linux (which it couldn't do after the rm as it runs as a separate process) is mostly built into the windows kernel, which is why it still worked without any files. This has some advantages in that you don't have to use a tcp loopback connection on your desktop box, but it means there's a lot more code running in kernel space and a gdi bug can easily be a root exploit. There's a good reason many linux distributions tell you not to run X as root.</description>
			<pubDate>Fri, 29 Oct 2004 18:26:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>

		<item>
			<title>Re: mikeyd (IP: ---.plus.com) </title>
			<link>http://osnews.com/thread?</link>
			<guid isPermaLink="true">http://osnews.com/thread?</guid>
			<description>A large part of the windowing system.<br />
<br />
No, it isn't.<br />
<br />
The stuff that the X server does on linux (which it couldn't do after the rm as it runs as a separate process) is mostly built into the windows kernel, which is why it still worked without any files.<br />
<br />
Actually it probably worked because a) the relevant files hadn't been deleted (since they were locked) and b) they were in memory.<br />
<br />
This has some advantages in that you don't have to use a tcp loopback connection on your desktop box, but it means there's a lot more code running in kernel space and a gdi bug can easily be a root exploit.<br />
<br />
&quot;In kernel space&quot; and &quot;in the kernel&quot; are very different things.<br />
<br />
There's a good reason many linux distributions tell you not to run X as root.<br />
<br />
X itself runs SUID root AFAIK (certainly on the typical Linux box it does).  Not to mention DRI.</description>
			<pubDate>Sat, 30 Oct 2004 03:38:00 GMT</pubDate>
			<author>donotreply@osnews.com (Anonymous)</author>
			<category>Comments</category>
		</item>
	</channel>
</rss>
