第10章——《信号》

实验环境介绍 gcc:4.8.5 glibc:glibc-2.17-222.el7.x86_64 os:Centos7.4 kernel:3.10.0-693.21.1.el7.x86_64 信号概念 函数signal SIGKILL和SIGSTOP不能被捕获 fork之后,子进程继承父进程的处理方式 测试代码 #include <stdio.h> #include <stdlib.h> #inc
相关文章
相关标签/搜索