Personally I'd suggest NOT getting into the habit of using killall. It
performs like killall5 does on SysV machines. So if you forget which
machine you're on....
My personal favorite for years was /bin/kill <process name>. However, it
depends on which package your system actually uses for /bin/kill (the kill
from util-linux can kill by name, the procps one can not).
Lately I've been trying to train myself into using skill (from procps).
mrc
-- Mike Castle dalgoda@ix.netcom.com www.netcom.com/~dalgoda/ We are all of us living in the shadow of Manhattan. -- Watchmen fatal ("You are in a maze of twisty compiler features, all different"); -- gcc - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/