87 / 102
Killing Processes
A program can be killed by sending it a termination signal.
kill- Send a signal to a process.
killall- Kill processes by name.
xkill- Kill a client by its X resource.
kill -15 is the default, and orders the process to terminate
in an clean way.
kill -9 sends a termination signal which can't be ignored.