bg命令发送SIGCONT。
SIGCONT(信号19)。
The process would be runnable again on receipt of signal SIGCONT.
接收到SIGCONT信号之后,进程将再次变得可运行。
You can catch any signal except SIGKILL, SIGCONT and SIGSTOP. Thus you can catch SIGSEGV, but if you decide then not to exit, the behavior will be unpredictable.
你可以捕捉任何除了SIGKILL和SIGSTOP信号,sigcont。因此你可以捕捉SIGSEGV信号,但是如果你决定不退出,将不可预测的行为。
You can catch any signal except SIGKILL, SIGCONT and SIGSTOP. Thus you can catch SIGSEGV, but if you decide then not to exit, the behavior will be unpredictable.
你可以捕捉任何除了SIGKILL和SIGSTOP信号,sigcont。因此你可以捕捉SIGSEGV信号,但是如果你决定不退出,将不可预测的行为。
应用推荐