Linux进程间通信信号通信

发送信号的函数:kill、raise

捕获信号的函数:alarm、pause

设置信号处理的函数:signal

原文地址:https://www.cnblogs.com/junzhkevin/p/1971635.html