Linux – Start multiple instances of Firefox

firefoxlinuxSecurity

How can I have multiple independent instances of Mozilla Firefox 3.5 on the same X server, but started from different user accounts (consequently, different profiles)?

Limited success was only with Xephyr :1, DISPLAY=:1 /usr/local/bin/firefox, but Xephyr has no Cygwin/X's "rootless" mode so it's not comfortable (see other question).

The idea is to have one Firefox instance for various "Serious Business" things and the other for regular browsing with dozens of add-ons securely isolated.

Best Answer

In fact, you don't even need multiple user accounts to accomplish this. You can execute several Firefox instances inside the same user account using the no-remote argument. The command line arguments are documented at http://kb.mozillazine.org/Command_line_arguments

Related Question