signals · signals/SIGCONT
SIGCONT
Continue
Resumes a process that has been stopped (e.g. by SIGSTOP or SIGTSTP). Cannot be blocked when a process is stopped. Used by shells to implement job control (the fg command).
Resumes a process that has been stopped (e.g. by SIGSTOP or SIGTSTP). Cannot be blocked when a process is stopped. Used by shells to implement job control (the fg command).