当前位置: 技术问答>linux和unix
应用层可以用signal发送消息通知其他进程,如果是想广播通知的话,怎么办?
来源: 互联网 发布时间:2016-08-07
本文导语: 如题,是kill吗?还是什么,谢谢了。 | kill第一个参数指定 -1 | If pid equals 0, then sig is sent to every process in the process group of the calling process. If pid equals -1, then sig is...
如题,是kill吗?还是什么,谢谢了。
|
kill第一个参数指定 -1
|
If pid equals 0, then sig is sent to every process in the process group of the calling process.
If pid equals -1, then sig is sent to every process for which the calling process has permission to send signals, except for process 1(init), but see below.
If pid is less than -1, then sig is sent to every process in the process group whose ID is -pid.
If pid equals -1, then sig is sent to every process for which the calling process has permission to send signals, except for process 1(init), but see below.
If pid is less than -1, then sig is sent to every process in the process group whose ID is -pid.
|
signal 是设置捕获信号后的处理函数的
只有raise和kill可以发信号
只有kill可以指定pid
只有raise和kill可以发信号
只有kill可以指定pid
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。