Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Firefox - Using Multiple Profiles

Related Posts

Steps

You can create a new profile with:

firefox -CreateProfile my-profile-name

Then, to launch firefox in that new profile, execute:

firefox -P my-profile-name

You can even set it to automatically open a webpage like so:

firefox -P my-profile-name outlook.office365.com &

References

Last updated: 23rd December 2020
First published: 18th December 2020