Skip to main content
  1. Tags/

Sigstop

2009


Two great signals: SIGSTOP and SIGCONT

··278 words·2 mins
The best uses I’ve found for the SIGSTOP and SIGCONT signals are times when a process goes haywire, or when a script spawns too many processes at once.