|
|
IBM : developerWorks : Linux : Education - Tutorials | |
Processes can ignore both SIGTERM and SIGINT, either by choice or because they are stopped or somehow "stuck". In these cases it may be necessary to use the big hammer, the SIGKILL signal. A process cannot ignore SIGKILL:
|
|