01 / 08
kill does not mean "kill"
The name is grim, and all kill does is this.
> send one signal to a process
The signal is called, well, a signal. Like posting a single letter through the door.
What the process does on receiving it is up to the process. It may tidy up and finish, or it may ignore it.
~ $ kill 84That is "number 84, would you finish, please?". Not an order.
It is called kill because the default signal usually ends in the process finishing. Take it as a trick of history. All you send is a signal — the most important thing today.