[vox-tech] Suspending a process by PID

ME vox-tech@lists.lugod.org
Mon, 22 Dec 2003 10:05:53 -0800 (PST)


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

-ME


Nicole TWN said:
> Hi gang
>
> Anyone know how to suspend a process given its PID?
>
> It seems like it should be possible, via signals or something, but I can't
> find how.
>
> Thanks
>
> --nicole twn
>
> _______________________________________________
> vox-tech mailing list
> vox-tech@lists.lugod.org
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
>