kill should ignore TERMINATE signal?

jso at edison.UUCP jso at edison.UUCP
Sat Jun 2 05:12:24 AEST 1984


> Shouldn't kill ignore SIGTERM so it doesn't kill itself with a `kill 0'?

Why shouldn't it kill itself? It doesn't look for your processes and kill
them individually, the system call does that itself.
Read the manual! (kill(2))



More information about the Comp.unix.wizards mailing list