<?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: Ubuntu: How to Remove a User Account</title>
	<atom:link href="http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/</link>
	<description>Computer and technology tutorials and guides</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:01:25 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: zaid</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-52516</link>
		<dc:creator>zaid</dc:creator>
		<pubDate>Mon, 12 Dec 2011 18:35:02 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-52516</guid>
		<description>i delete the user but i need to back user can i????? its very imbortant</description>
		<content:encoded><![CDATA[<p>i delete the user but i need to back user can i????? its very imbortant</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sander</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-51985</link>
		<dc:creator>Sander</dc:creator>
		<pubDate>Thu, 24 Nov 2011 14:34:01 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-51985</guid>
		<description>If you give an example like following, maybe people won&#039;t accidentally delete their home folder

sudo userdel [username]
sudo rm -r /home/[username]/</description>
		<content:encoded><![CDATA[<p>If you give an example like following, maybe people won&#8217;t accidentally delete their home folder</p>
<p>sudo userdel [username]<br />
sudo rm -r /home/[username]/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Li</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-33706</link>
		<dc:creator>Kevin Li</dc:creator>
		<pubDate>Fri, 22 Jul 2011 20:29:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-33706</guid>
		<description>I agree.</description>
		<content:encoded><![CDATA[<p>I agree.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luke</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-47402</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Wed, 23 Mar 2011 19:43:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47402</guid>
		<description>ironic.. i got tripped up by the auto closing of html tags :)</description>
		<content:encoded><![CDATA[<p>ironic.. i got tripped up by the auto closing of html tags :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luke</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-47401</link>
		<dc:creator>luke</dc:creator>
		<pubDate>Wed, 23 Mar 2011 19:40:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-47401</guid>
		<description>I hope the author correct his/her sample commands by HTML escaping the &#039;&#039; so string &quot;&quot; shows correctly on a web page. Otherwise this is really confusing and it already done some harms to people.

 sudo userdel 
 sudo rm -r /home//
</description>
		<content:encoded><![CDATA[<p>I hope the author correct his/her sample commands by HTML escaping the &#8221; so string &#8220;&#8221; shows correctly on a web page. Otherwise this is really confusing and it already done some harms to people.</p>
<p> sudo userdel<br />
 sudo rm -r /home//</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jetp</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-45460</link>
		<dc:creator>jetp</dc:creator>
		<pubDate>Tue, 11 Jan 2011 20:36:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-45460</guid>
		<description>windows user - i&#039;m sorry to hear about the problem you had. i would say the instructions here were unclear. additionally, this could be done through a gui, which is generally safer.
in generally, the command prompt in linux can be quite dangerous. very powerful, can be extremely efficient, but these ability come at that the cost of commands that can delete a lot of data without a confirmation. i remember once seeing a list of commands that you should never type at the terminal because they will actually delete the entire filesystem. some didn&#039;t even look dangerous! but that is where some basic experience and also the general rule that if you don&#039;t understand a command and you can&#039;t verify what it will do, don&#039;t run it.
again, sorry for the inconvenience, i hope it hasn&#039;t turned you off from linux indefinitely (and hopefully for novice users, the GUI interfaces that make many operations less dangerous or build in confirmation dialogs will continue to improve.)</description>
		<content:encoded><![CDATA[<p>windows user &#8211; i&#8217;m sorry to hear about the problem you had. i would say the instructions here were unclear. additionally, this could be done through a gui, which is generally safer.<br />
in generally, the command prompt in linux can be quite dangerous. very powerful, can be extremely efficient, but these ability come at that the cost of commands that can delete a lot of data without a confirmation. i remember once seeing a list of commands that you should never type at the terminal because they will actually delete the entire filesystem. some didn&#8217;t even look dangerous! but that is where some basic experience and also the general rule that if you don&#8217;t understand a command and you can&#8217;t verify what it will do, don&#8217;t run it.<br />
again, sorry for the inconvenience, i hope it hasn&#8217;t turned you off from linux indefinitely (and hopefully for novice users, the GUI interfaces that make many operations less dangerous or build in confirmation dialogs will continue to improve.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-38648</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Sat, 17 Apr 2010 20:19:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-38648</guid>
		<description>I too am a heavy windows user, and I would never go to a command prompt and type del C:documents and setting thinking it would prompt me for the user.  Why would you think it would in Linux.

This is why I am learning Linux... To get into a community that thinks.  Most window users think computers have little fairies doing the actions the user wants and not what they type.</description>
		<content:encoded><![CDATA[<p>I too am a heavy windows user, and I would never go to a command prompt and type del C:documents and setting thinking it would prompt me for the user.  Why would you think it would in Linux.</p>
<p>This is why I am learning Linux&#8230; To get into a community that thinks.  Most window users think computers have little fairies doing the actions the user wants and not what they type.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Windows User</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-37784</link>
		<dc:creator>Windows User</dc:creator>
		<pubDate>Thu, 25 Feb 2010 11:16:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-37784</guid>
		<description>Nice, I&#039;ve just deleted my home folder with all the data from all the users.

I am trying to learn linux and that is why I hate linux.

&quot;following command and hit Enter (change  to the name of the user account that is to be removed):
sudo rm -r /home//&quot;

change what with my user name? I thought that using &quot;//&quot; will ask me for my user folder or something like that.

It was nice to state that this tutorial is not for an absolute beginner.
I am searching for another tutorial to recover my files but there are a ton of unusefull discussions about how not to be dumb and delete by mistake or how to backup but no one tries to explain how to do it.</description>
		<content:encoded><![CDATA[<p>Nice, I&#8217;ve just deleted my home folder with all the data from all the users.</p>
<p>I am trying to learn linux and that is why I hate linux.</p>
<p>&#8220;following command and hit Enter (change  to the name of the user account that is to be removed):<br />
sudo rm -r /home//&#8221;</p>
<p>change what with my user name? I thought that using &#8220;//&#8221; will ask me for my user folder or something like that.</p>
<p>It was nice to state that this tutorial is not for an absolute beginner.<br />
I am searching for another tutorial to recover my files but there are a ton of unusefull discussions about how not to be dumb and delete by mistake or how to backup but no one tries to explain how to do it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-37767</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 24 Feb 2010 22:31:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-37767</guid>
		<description>deluser is more helpful -&gt; it deleted the user and its user folder.</description>
		<content:encoded><![CDATA[<p>deluser is more helpful -&gt; it deleted the user and its user folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.tech-recipes.com/rx/2745/ubuntu_how_to_remove_user_account/comment-page-1/#comment-34958</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 07 Oct 2009 04:31:00 +0000</pubDate>
		<guid isPermaLink="false">guid-fix-me!#comment-34958</guid>
		<description>ubuntu is very helpful linux operating system</description>
		<content:encoded><![CDATA[<p>ubuntu is very helpful linux operating system</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached (User agent is rejected)
Database Caching 2/17 queries in 1.250 seconds using memcached
Object Caching 418/423 objects using memcached

Served from: www.tech-recipes.com @ 2012-02-10 03:06:53 -->
