[vox-tech] Suspending a process by PID

Nicole TWN vox-tech@lists.lugod.org
Mon, 22 Dec 2003 10:13:43 -0800


At 10:05 AM 12/22/2003, you wrote:
>Trying to remember...
>wouldn't that be:
>$ kill -SIGSTOP PID
>
>And then if you want it to continue:
>$ kill -SIGCONT PID
>
>Appropriate man page:
>$ man 7 signal

This appears to be it!  Love and kisses, everyone.

--n twn