Y
Hacker News
new
|
ask
|
show
|
jobs
by
zvrba
4065 days ago
> All signals’ handling can be overridden except the SIGKILL.
... and SIGSTOP and SIGCONT.
1 comments
cnvogel
4065 days ago
SIGCONT can be handled just fine, both according to the manual, and in practice... (at least under Linux, been there, done that.)
link
zvrba
4065 days ago
Sure, but you cannot override or ignore the default action: that of continuing execution.
link