b3ta.com board
You are not logged in. Login or Signup
Home » Messageboard » XXX » Message 8904745 (Thread)

# given that it's all proper unix-like these days,
can't you just kill -9 ?

doesn't know really
(, Tue 4 Nov 2008, 22:57, archived)
# You can, yes.
I expect that you could even do some kind of pipeline of ps, grep, xargs, and kill if you were feeling reeeeel fancy.
(, Tue 4 Nov 2008, 23:00, archived)
# Yeah!
I worte a shell script called killitHARD.

But all it consisted of was kill -9 so it wasn't a great display of skillz.

Ho hum.
(, Tue 4 Nov 2008, 23:01, archived)
# hmmm.

deadYet = false
while (!deadYet) {
kill -9 $process
if -x $process
deadYet = true
}
(, Tue 4 Nov 2008, 23:10, archived)