b5media.com

Advertise with us

Enjoying this blog? Check out the rest of the Technology Channel Subscribe to this Feed

New Linux User

HOWTO: Kill Processes Without Using “kill”

by Jon on May 9th, 2006

KInd of confusing, but essentially, you can use the kill command to tell processes to terminate themselves in nicer ways than killing them. For example:

kill -15 pid

Will terminate the process assocated with pid, but the process will be asked to terminate gracefully instead of the hari-kari job that a straight kill -9 pid would cause.

I’m not going to write a separate entry for each possible signal, but I’ve made a quick cheat-sheet here.

POSTED IN: How To

0 opinions for HOWTO: Kill Processes Without Using “kill”

  • No one has left a comment yet. You know what this means, right? You could be first!

Have an opinion? Leave a comment:




Check Spelling
Activate Spell Check while Typing