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
> [EMAIL PROTECTED]
> http://lists.lugod.org/mailman/listinfo/vox-tech
>
>

_______________________________________________
vox-tech mailing list
[EMAIL PROTECTED]
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to