Re: What is wrong with this ps -eux| grep firefox
- From: Florian Diesch <diesch@xxxxxxxxxxxxx>
- Date: Tue, 30 Jan 2007 22:27:26 +0100
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
- References:
- What is wrong with this ps -eux| grep firefox
- From: OOzy Pal
- Re: What is wrong with this ps -eux| grep firefox
- From: Carsten Aulbert
- What is wrong with this ps -eux| grep firefox
- Prev by Date: Re: Running Ubuntu under Windows/running a Windows app under Ubuntu
- Next by Date: Re: Hamachi
- Previous by thread: Re: What is wrong with this ps -eux| grep firefox
- Next by thread: Re: What is wrong with this ps -eux| grep firefox
- Index(es):
Relevant Pages
|