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 <[email protected]>

_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to