Nov 7, 2008
[HowTo] Debian killall: command not found
Last week our admin from Saint Petersburg’s office installed Debian on a new router-box. While playing and setting everything up, I noticed that there is no “killall” command. What to do?
Alternatively you can use “pkill”, like:
pkill apacheIn my opinion works even better that killall. If you like the old favorite killall, just install the psmisc package:
apt-get install psmiscNote: this packages also includes command like “pstree”, very useful.
No Comments, Comment or Ping
Reply to “[HowTo] Debian killall: command not found”