Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Other discussions > Linux and software for Linux
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 01-15-2010, 04:13 AM
Stream Recorder
 
Posts: n/a
Default

How to find Trash Folder (trash bin) in Ubuntu 9.10 Karmic Koala


Trash folders are hidden. If you use the "ls" command in the Terminal, you need to include the "-a" switch
Code:
ls -a
In the Nautilus and other file managers, press Ctrl+H to view hidden files.

There are two folders within the Trash bin: "info" and "files".
  • The "info" folder contains information regarding the files contained in the "files" folder. Each deleted file has an entry containing the deletion date and path.
  • The "files" folder contains the actual deleted files.

Where Trash files reside:
  • User's Trash: ~/.local/share/Trash
  • System Trash: /root/.local/share/Trash

If you type "trash:/" in the location of Nautilus or any other file manager, it will take you to the user's trash folder.

The following command finds all folders on your system that contain either "trash" or "Trash". You need to have root privileges to run it.
Code:
sudo find / -type d -name *Trash*
Note: The search can take several minutes.
Note: The search finds any folders named Trash, so it can find non-system trash folders as well (such as an Evolution trash folder).

If your user Trash icon is not displayed on the Desktop, run:
Code:
gconftool-2 --type bool --set /apps/nautilus/desktop/trash_icon_visible "true"
To hide the Trash from your Desktop, run:
Code:
gconftool-2 --type bool --set /apps/nautilus/desktop/trash_icon_visible "false"
Reply With Quote
  #2  
Old 11-05-2012, 06:26 AM
merve merve is offline
Junior Member
 
Join Date: Nov 2012
Posts: 1
merve is on a distinguished road
Default

Re: How to find Trash Folder (trash bin) in Ubuntu 9.10 Karmic Koala


thanks very much, by this post i saved a very important file, which has no back up on somewhere. and it would be cost me nearly a month to rebuild it.
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 04:26 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons