Which signal numbers work with the kill command?
What are the signal number that can be passed to kill?
kill -l
lists the names of the signals.
The man
page SIGNAL(7) gives an overview of the signals.
For example:
See the above link for a complete overview of all the signals.