tek1 wrote:
> At 19:05 01/11/15 -0500, you wrote:
> >Questions:
> >1)how do I find where something installed to?
> 
> i usually try something like:
> 
>          > find / -name netscape
> 
>             explanation: find [dir to search in] -name [name of program/file looking 
>for]

You can also try which, like: which netscape.

On my system I got a positive response to "which konqueror" 
(/usr/bin/konqueror) but I got a negative response to "which netscape",
probably because netscape is not installed, but the response was
something like "which: no netscape in" and a list of paths, so maybe
which only searches certain locations.

hope this helps,
Randy Kramer

Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to