Pervasive Code » Unix tip: kill -STOP and kill -CONT

Pervasive Code » Unix tip: kill -STOP and kill -CONT

瀏覽:1225
日期:2026-04-21
Pretty much every Unix user knows about the kill command, and most know about ‘kill -KILL’ aka ‘kill -9′. But do you know about kill -STOP and kill -CONT? I’m not sure of the exact mechanism (kernel vs. user process) but everything I’ve used it on on a Ma...看更多