叹息&信号控制

发布于 2024-10-07 13:02:50 字数 87 浏览 2 评论 0原文

你能解释一下UNIX信号系统的逻辑吗:首先它向进程组发送SIGHUP信号,然后发送SIGCONT信号,尽管SIGHUP的主要思想是“杀死你自己,不再有终端了”?

Could you please explain me the logic of UNIX signal system: firstly it sends SIGHUP signal to process group and then it send SIGCONT signal in spite of the main idea of SIGHUP is "kill yourself, there is no terminal anymore"?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

感性 2024-10-14 13:02:50

如果进程因 SIGSTOP 停止(例如,当您按 CTRL+Z 时发生),并且因此无法响应 SIGHUP

In case the process was stopped with SIGSTOP (which, for example, happens when you press CTRL+Z) and can't respond to SIGHUP because of that.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文