<?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: How To Empty the Ubuntu Gnome Trash from the Command Line</title>
	<atom:link href="http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/</link>
	<description>Computer Help from your Friendly How-To Geek</description>
	<lastBuildDate>Mon, 23 Nov 2009 03:04:03 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bodsda</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-68549</link>
		<dc:creator>Bodsda</dc:creator>
		<pubDate>Fri, 13 Mar 2009 01:09:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-68549</guid>
		<description>Just in case anyone was blissfully unaware, the command 

sudo rm -rf ~/.Trash/* 

means, remove recursively(include subfolders, and subsubfolders etc.) forceably(dont ask me for confirmation) everything in this folder(The * is a wildcard meaning it matches &#039;everything&#039; in the folder)

so whatever you do, dont do 

sudo rm -rf /*

unless you want to loose all your data

Bodsda</description>
		<content:encoded><![CDATA[<p>Just in case anyone was blissfully unaware, the command </p>
<p>sudo rm -rf ~/.Trash/* </p>
<p>means, remove recursively(include subfolders, and subsubfolders etc.) forceably(dont ask me for confirmation) everything in this folder(The * is a wildcard meaning it matches &#8216;everything&#8217; in the folder)</p>
<p>so whatever you do, dont do </p>
<p>sudo rm -rf /*</p>
<p>unless you want to loose all your data</p>
<p>Bodsda</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priya</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-62550</link>
		<dc:creator>Priya</dc:creator>
		<pubDate>Fri, 05 Dec 2008 12:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-62550</guid>
		<description>sudo rm -rf &#039;/home/username/.local/share/Trash&#039; on Ubuntu 8.04
thanks alot...</description>
		<content:encoded><![CDATA[<p>sudo rm -rf &#8216;/home/username/.local/share/Trash&#8217; on Ubuntu 8.04<br />
thanks alot&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Liquid</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-57090</link>
		<dc:creator>Liquid</dc:creator>
		<pubDate>Thu, 04 Sep 2008 08:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-57090</guid>
		<description>LoL, he was type it 6 days before you.....</description>
		<content:encoded><![CDATA[<p>LoL, he was type it 6 days before you&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-51131</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sat, 31 May 2008 11:30:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-51131</guid>
		<description>For those of you who could not find the solution try this 

In the command line type the following
$sudo nautilus /home/[your user folder]

After this a window will open then view the hidden files using Ctrl+h and go to .local/share/Trash/files

There you will find the files that are in trash remove it directly...

This is found in ubuntu 8.04 

Oh already Joel has told that any way i am submitting it. Only after typing it i found it.</description>
		<content:encoded><![CDATA[<p>For those of you who could not find the solution try this </p>
<p>In the command line type the following<br />
$sudo nautilus /home/[your user folder]</p>
<p>After this a window will open then view the hidden files using Ctrl+h and go to .local/share/Trash/files</p>
<p>There you will find the files that are in trash remove it directly&#8230;</p>
<p>This is found in ubuntu 8.04 </p>
<p>Oh already Joel has told that any way i am submitting it. Only after typing it i found it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-50496</link>
		<dc:creator>Joel</dc:creator>
		<pubDate>Mon, 26 May 2008 05:15:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-50496</guid>
		<description>Yeah i got mine to work using the command: sudo rm -rf &#039;/home/username/.local/share/Trash&#039; on Ubuntu 8.04. Thanks a bunch as I needed this since I put files into the trash that were read-only, so then I didn&#039;t have permission to delete my own files. Damn I hate permissions sumetimes.</description>
		<content:encoded><![CDATA[<p>Yeah i got mine to work using the command: sudo rm -rf &#8216;/home/username/.local/share/Trash&#8217; on Ubuntu 8.04. Thanks a bunch as I needed this since I put files into the trash that were read-only, so then I didn&#8217;t have permission to delete my own files. Damn I hate permissions sumetimes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xMoDx</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-50231</link>
		<dc:creator>xMoDx</dc:creator>
		<pubDate>Thu, 22 May 2008 01:28:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-50231</guid>
		<description>i found a fix here

http://ubuntuforums.org/showthread.php?p=5014310

User trash is in /home/username/.local/share/Trash

Root trash is in /root/.local/share/Trash

There are usually 2 subfolders in each of these, &#039;files&#039; and &#039;info&#039;</description>
		<content:encoded><![CDATA[<p>i found a fix here</p>
<p><a href="http://ubuntuforums.org/showthread.php?p=5014310" rel="nofollow">http://ubuntuforums.org/showthread.php?p=5014310</a></p>
<p>User trash is in /home/username/.local/share/Trash</p>
<p>Root trash is in /root/.local/share/Trash</p>
<p>There are usually 2 subfolders in each of these, &#8216;files&#8217; and &#8216;info&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: xMoDx</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-50228</link>
		<dc:creator>xMoDx</dc:creator>
		<pubDate>Thu, 22 May 2008 00:49:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-50228</guid>
		<description>not working on Ubuntu Hardy</description>
		<content:encoded><![CDATA[<p>not working on Ubuntu Hardy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-25048</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Sat, 20 Oct 2007 21:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-25048</guid>
		<description>I can&#039;t get this to work in 7.10. Has the command changed?</description>
		<content:encoded><![CDATA[<p>I can&#8217;t get this to work in 7.10. Has the command changed?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mozey</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-21913</link>
		<dc:creator>mozey</dc:creator>
		<pubDate>Sun, 02 Sep 2007 18:44:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-21913</guid>
		<description>heheh, ofcourse!, .Trash!!!!!!!, where else would it be!? i was looking for that damn directory for a long time!.</description>
		<content:encoded><![CDATA[<p>heheh, ofcourse!, .Trash!!!!!!!, where else would it be!? i was looking for that damn directory for a long time!.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sayne</title>
		<link>http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/comment-page-1/#comment-20002</link>
		<dc:creator>Sayne</dc:creator>
		<pubDate>Sun, 22 Jul 2007 23:42:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.howtogeek.com/howto/ubuntu/how-to-empty-the-ubuntu-gnome-trash-from-the-command-line/#comment-20002</guid>
		<description>Thank you for this. There was some old src files in my bin that I didn&#039;t have permission to delete (I don&#039;t know how), and with this command all I had to do was add a sudo in front and it worked brilliantly! Cheers!</description>
		<content:encoded><![CDATA[<p>Thank you for this. There was some old src files in my bin that I didn&#8217;t have permission to delete (I don&#8217;t know how), and with this command all I had to do was add a sudo in front and it worked brilliantly! Cheers!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
