Signal Handling--ref
发布时间:2021-01-25 08:01:09 所属栏目:Linux 来源:网络整理
导读:signal is a software interrupt delivered to a process. The operating system uses signals to report exceptional situations to an executing program. Some signals report errors such as references to invalid memory addresses; others report asy
If the process is the leader of the process group,the default action is to print some status information about the system and what the process is doing. Otherwise the default is to do nothing.
strsignaland
|