On the small manual page:
kill [-s sigspec | -n signum | -sigspec] [pid | jobspec] ...
kill -l [sigspec | exit_status]
Send the signal named by sigspec or signum to the processes named by pid or
jobspec. sigspec is etc. etc....
So, what decides if the kill 1process is killing init or jobspec 1?
source
share