Penguin
Annotated edit history of SIGCONT version 2, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 !!!Signal: Continue
2
3 This signal causes a process to continue from a previous [SIGSTOP]. In contrast to [SIGSTOP], [SIGCONT] can be caught.
2 PerryLorier 4
5 This signal can be generated by the kernel if the ProcessGroup that this process is a member of becomes and orphan.
6
7 the fg(1) and bg(1) commands of the shell usually send a [SIGCONT] to a process.