D&C Lug - Home Page
Devon & Cornwall Linux Users' Group

[ Date Index ][ Thread Index ]
[ <= Previous by date / thread ] [ Next by date / thread => ]

Re: [LUG] killing processes commands



ps aux |grep foo #where foo is what you want to kill
kill -9 5555 # where 5555 is process number

killall # doesn't always work.

There are also scripts that do the ps & kill -9 trick in one. I have one
that does it called `kn`. Can post it if you wish (I'm at Uni).

--
The Mailing List for the Devon & Cornwall LUG
Mail majordomo@xxxxxxxxxxxx with "unsubscribe list" in the
message body to unsubscribe.



Lynx friendly