| mozilla directoryForum: 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: 
 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: 
 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 |