PDA

View Full Version : [xubuntu] Finding & Deleting Files III



faron45
August 10th, 2008, 05:59 PM
[Slight] Repost


I'm extremely new to the [linux/xubuntu] operating system [and,comps too for that matter] & I need to know how to find a couple of files that I downloaded from the internet & delete them.

If it helps...I [have] found these 2 downloads in firefox under tools/downloads.When I right-click them,"open","open containing folder" & "go to download page" cannot be selected.In other words,those 3 options are greyed out.

Thanks much,
J.Garcia.

:guitar:

SuperSonic4
August 10th, 2008, 06:01 PM
temporary downloads are usually put into /tmp
if not look in firefox's settings, it should say where downloads go

cdtech
August 10th, 2008, 06:03 PM
If you know where they are located just open a terminal and cd /intothatdir and use sudo rm ./downloadedfile

bpowell2005
August 10th, 2008, 06:04 PM
[Slight] Repost


I'm extremely new to the [linux/xubuntu] operating system [and,comps too for that matter] & I need to know how to find a couple of files that I downloaded from the internet & delete them.

If it helps...I [have] found these 2 downloads in firefox under tools/downloads.When I right-click them,"open","open containing folder" & "go to download page" cannot be selected.In other words,those 3 options are greyed out.

Thanks much,
J.Garcia.

:guitar:

In Firefox go to Edit, Preferences, click the "Main" tab and look for the "Downloads" header...Look for the "Save Files To..." make sure that's checked and note where it's saving the files (I have mine go to the Desktop so I don't forget about them after download!)

faron45
August 10th, 2008, 06:24 PM
SS..I've looked at the tmp files before.There are some files there but,nothing that looks similar to the things I downloaded.When I downloaded these files I wrote everything down that was placed before my eyes,.So,I should have all the relevant info to find these files.But...hmph !

Tech..As I said,I'm very new to comps..I'M SCARED of the terminal.Heh,heh.NO idea how to use that thing.I've tried to play with it a couple of times but,again,...hmph ! I will try again though.Thanks.

bp..funny thing...that IS where all my dl's are supposed to be going.Hmmm.Thanks.

cdtech
August 10th, 2008, 06:32 PM
The long approach would be to use "find" on a command line (open a terminal and type):

find "nameoffiledownloaded"
this will perform a search through your directories.

faron45
August 10th, 2008, 06:44 PM
Tech..thanks.I will try "the terminal" again when I come back.I have to run out for a couple of hours now though.

Thanks very much everybody...

cdtech
August 10th, 2008, 06:45 PM
your welcome......

HotCupOfJava
August 10th, 2008, 06:54 PM
Yeah - the default is for the dowloads to go to the Desktop. If they aren't there, perhaps your downloads didn't complete?