Gentoo Archives: gentoo-user

From: gottlieb@×××.edu
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Firefox not killing processes on close
Date: Mon, 11 Nov 2013 14:35:30
Message-Id: 878uwv6m74.fsf@nyu.edu
In Reply to: Re: [gentoo-user] Firefox not killing processes on close by Dale
1 On Sun, Nov 10 2013, Dale wrote:
2
3 > Walter Dnes wrote:
4 >> On Sun, Nov 10, 2013 at 03:38:16PM -0600, Dale wrote
5 >>
6 >> ps -ef | grep firefox
7 >>
8 >> and you'll get something like...
9 >>
10 >> [i660][waltdnes][~] ps -ef | grep firefox
11 >> waltdnes 28696 11663 2 19:35 pts/22 00:00:07 firefox
12 >> waltdnes 28836 28825 0 19:39 pts/30 00:00:00 grep --color=auto firefox
13 >>
14 >> Only one Firefox process exists. (I can't seem to prevent the grep
15 >> command from listing itself).
16
17 I'll leave the heavy listing to alan, but to avoid listing the grep, I
18 believe you want
19
20 ps -ef | grep firefox | grep -v grep
21
22 allan

Replies

Subject Author
Re: [gentoo-user] Firefox not killing processes on close Neil Bothwick <neil@××××××××××.uk>