Quote:
I have downloaded a couple programs( Example limewire, google crome) and have no idea where to find them to run them.
|
Usually it is located in user home directory or Desktop folder. Try to find it. The simplest command to find them, open up a terminal (DOS prompt or shell as you knew it), enter this command:
dinodidit@host-$ find /home -iname '*xxxxx*' <Press Enter>
(Replace xxxxx with the name of that file you have downloaded.)
{Wait until terminal lists whatever nearest files of name *xxxxx* it found.} The listing will include the directories of location.
Hope this helps.