directories

Asked by Tom

When I download files (i.e say a .bin from googleEarth) from the internet. It puts them in what looks like a "downloads" file/dir. How do I acces them through my home dir. "name@officedesktop"? Are they now under the desktop dir? Sorry but I am having a heck of a time with trying to get downloads like google earth or realplayer. Where is the downloaded files in my terminal?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
José Ernesto Dávila Pantoja
Solved:
Last query:
Last reply:
Revision history for this message
Best José Ernesto Dávila Pantoja (josernestodavila) said :
#1

Tom, if you downloaded the file to your desktop, you can access there through you home directory. In your terminal it should be like this:

$ cd Desktop // Access to the desktop directory
$ ls -la // Show all the files and dirs. in desktop directory

if you know the exact name of the downloaded file, you can try to find it asking 'whereis' the file :) In your terminal type this:

$ whereis googleEarth.bin

for example

Good luck!!!

Revision history for this message
Tom (jhallfolkart) said :
#2

Got it! Thanks a bunch!

Thomas