[PLUG] adobe question

Ed Sawicki ed at alcpress.com
Wed Jan 30 20:18:03 UTC 2008


Rogan Creswick wrote:
> On Jan 30, 2008 10:42 AM, User Iam <vramnum10 at gmail.com> wrote:
>> Please enter the installation path of the Mozilla, Netscape,
>> or Opera browser (i.e., /usr/lib/mozilla): /usr/lib/mozilla
>>
>> WARNING: Please enter a valid installation path.
>>
> 
> You need to find out where Mozilla, Firefox, Netscape, or Opera is
> installed to.  It isn't /usr/lib/mozilla.  If you use firefox, run
> this:
> 
> ls -l `which firefox`   #(note that those are *backticks* not single quotes)

If you use this form of the command you won't have to
add the caution about using backticks:

ls -l $(which firefox)


Ed



More information about the PLUG mailing list