How to kill all processes having a certain name

ps axwww | grep httpd | awk '{print $1}' | xargs -n1 kill -9

More

Categories

About this Entry

This page contains a single entry by Mike Tsao published on February 18, 2004 9:36 AM.

Difference between a soft link and a hard link was the previous entry in this blog.

Moving to OpenSSL is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 4.2-en