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



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

HTH

Carsten

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



Relevant Pages

  • Re: killing a remote process
    ... Addressing question 1 below... ... your grep pattern, you need to work that out in your design. ... call kill in a loop. ...
    (comp.lang.tcl)
  • Re: [opensuse] kill a process
    ... When you use ps with grep like this, ... time you tried the kill command, that process had died its natural ... but I think some tray applications are not associated ...
    (SuSE)
  • Re: How do you close a stalled application?
    ... man kill ... Type 'ps aux' to get a list of processes and their ID's. ... If you started the program with sudo, you'll have to do 'sudo kill ... use 'ps aux | grep partialname' to get the right name. ...
    (alt.linux)
  • RE: [PHP] Killing a process with php
    ... why are you trying to kill them on a daily ... i'm assuming that you don't want hanging socket processes just ... [PHP] Killing a process with php ... ps auxwww | grep socketxxx.php ...
    (php.general)
  • Re: filter lines with a specific expression at a specific position
    ... I used grep '^.\y' ... to kill all the lines not having 'y' at the position 255. ... allways be deleted with an expression above. ...
    (comp.unix.shell)