Re: What is wrong with this ps -eux| grep firefox



Carsten Aulbert <carsten@xxxxxxxxxxxxxxxx> wrote:

OOzy Pal wrote:
Firefox would not start. FF icon jumps up and down then disapear so I
want to kill its process. I did this :

ps -eux| grep firefox

Try ps aux | grep firefox |grep -v grep

a little bit shorter:
ps aux|grep \[f]irefox



Florian
--
<http://www.florian-diesch.de/>

--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages