kerry_s
September 25th, 2007, 07:20 AM
just needed a place to put this script so i can find it easier, should i need to.
it kills zombie process's. :)
#!/bin/sh
kill -HUP `ps -A -ostat,ppid,pid,cmd | grep -e '^[Zz]' | awk '{print $2}'`
it kills zombie process's. :)
#!/bin/sh
kill -HUP `ps -A -ostat,ppid,pid,cmd | grep -e '^[Zz]' | awk '{print $2}'`