mozilla directory


Forum: Other Help Topics
Topic: mozilla directory
started by: -Batista-

Posted by -Batista- on Aug. 01 2007,12:35
hello, everybody

can any one tell me the path of mozilla directory please ?  :(

Posted by lucky13 on Aug. 01 2007,13:08
The binary path or the path for configuration files and local settings?

Your local settings are in /home/dsl/.mozilla/firefox.

You can find whichever binary you want by using the which command:
Code Sample
which firefox

It will give you a full path. To check to see if this is the path to the actual binary, you can do ls -l to the output from the previous command:
Code Sample
ls -l /usr/local/bin/firefox

That will either show the same file with its details or, if it's a symlink, will point to what it's linking. In this case, it links to /usr/local/firefox/firefox.

Posted by -Batista- on Aug. 01 2007,13:28
thanks
Powered by Ikonboard 3.1.2a
Ikonboard © 2001 Jarvis Entertainment Group, Inc.