Why isn't my Firefox or Mozilla starting up?
Sometimes the Firefox/Mozilla process gets hung up and needs to be restarted.
To do this, at a terminal prompt, type:
If this still doesn't work, then type:
To do this, at a terminal prompt, type:
pkill -u your_username firefoxor
pkill -u your_username mozillaSubstitute your_username with your username. You can verify that the process is no longer running, by typing:
pgrep -u your_username firefoxor
pgrep -u your_username mozillaThen try running Firefox again.
If this still doesn't work, then type:
pkill -9 -u your_username firefox.or
pkill -9 -u your_username mozillaFirefox/Mozilla should work this time.