I often use pkill ,when working on sun solaris I find this command really usefull ... I mean it could be usefull to add it to openbsd actually i use this simple script : #!/bin/sh kill -9 `ps aux|grep $1|grep -v grep |awk '{print $2}'`