zeldor.biz

Linux, programming and more

Copyright © 2025
Log in

Two great signals

February 4, 2011 by Igor Drobot Leave a Comment

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.

Usage Examples for both signals:

1
2
kill -SIGSTOP [pid]
kill -SIGCONT [pid]

kill -SIGSTOP [pid] kill -SIGCONT [pid]

[Read more…]

Filed Under: Bash, Debian, Linux Tagged With: kill, sigcon, sogstop

Yeaaah Cookie! We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.Ok