[Ilugc] Google Chrome

  • From: roshan@xxxxxxxxx (Roshan George)
  • Date: Wed Jan 13 14:15:25 2010

On Wed, 2010-01-13 at 12:49 +0530, steve wrote:

I don't know how to find the profile but to start two /independent/ firefox 
instances you can use the command:

You could do something like this to get the process id corresponding to
each profile:

        for i in `pidof firefox`; do echo "PID: $i"; lsof -a -p $i | grep
parent | awk '{ print $9 }' | sed -e s/.*firefox\\//''/ -e s/\\/\.*/''/
-e s/[A-Za-z0-9]*\./''/; done

Or you could just install the Profileswitcher Firefox extension ;)
-- 
Roshan George <roshan@xxxxxxxxx>

Other related posts: