Answer the question
In order to leave comments, you need to log in
Running Chromium from different users of the browser itself, how?
Hey %username%!
It's no secret that in the Chromium browser you can create multiple users and work in different sessions.
By default, Chromium starts with the user session that was last accessed.
How to run Chromium as a specific user (with the right session)?
Answer the question
In order to leave comments, you need to log in
If I'm not mistaken, all chromium user data is taken from --user-data-dir, if you do cat chromium-browser (this is a shell script), you can see how it configures it from the user's home dir using this switch.
nice 2 read: peter.sh/experiments/chromium-command-line-switches/
www.gate2.net/TnT/ChrmSecure.html
You can run many instances (separate sessions) of Chromium browser at the same time by specifying different profiles for each of them. To launch Chromium browser with specific profile use this command line option:
-user-data-dir=PathTo\profile
Respondents are right :
google-chrome --profile-directory=Default
google-chrome --profile-directory='Profile 1'
google-chrome --profile-directory='Profile 2'
google-chrome --profile-directory='Profile 3'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question