kill() system call
Don't think that kill()
is to terminate a process only. It can send all kinds of signals.
The following code demonstrates the use of kill()
. Check the manual to see what SIGSEGV
is?
Last updated
Was this helpful?
Don't think that kill()
is to terminate a process only. It can send all kinds of signals.
The following code demonstrates the use of kill()
. Check the manual to see what SIGSEGV
is?
Last updated
Was this helpful?