LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What is the PID of firefox process (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-the-pid-of-firefox-process-904571/)

hitmen 09-23-2011 03:59 AM

What is the PID of firefox process
 
In the event that firefox crashes, how do I find its PID?

If I only wish to close SOME tabs of firefox only, is it possible?

jv2112 09-23-2011 04:19 AM

1 Code below

Quote:


ps auwx | grep firefox


2. Not that I am aware of.

TobiSGD 09-23-2011 10:20 AM

to get the PID:
Code:

pidof firefox-bin

zuzoa 09-23-2011 04:13 PM

Firefox is good about crash recovery, so if you have one tab that is causing trouble, kill firefox, and when you start it back up, uncheck the tab that was crashing.

salasi 09-23-2011 05:06 PM

If your only reason for wanting the pid is to kill the process, have a look at pkill/pgrep (I know this is not what you asked for, but it sounds as if it might be what you want).

arizonagroovejet 09-24-2011 04:32 AM

Quote:

Originally Posted by hitmen (Post 4479974)
If I only wish to close SOME tabs of firefox only, is it possible?

Assuming you mean you want to close some tabs by killing off processes then no, that's not possible. Firefox does not run each tab as a separate process. It's one of those things that keeps coming up in lists of way Firefox could be improved.

hitmen 09-25-2011 12:07 PM

ps stands for process

what does auwx stand for? It isnt in the man pages.

arizonagroovejet 09-25-2011 12:12 PM

auwx is four separate options to the ps command. Each one of these is explained in the man page for ps.


All times are GMT -5. The time now is 08:24 PM.