What is wrong with this ps -eux| grep firefox

Florian Diesch diesch at spamfence.net
Tue Jan 30 21:27:26 UTC 2007


Carsten Aulbert <carsten at welcomes-you.com> 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/>




More information about the ubuntu-users mailing list