
6 Jan
2015
6 Jan
'15
12:39 a.m.
On 06/01/15 11:09, Russell Coker wrote:
kill -stop will suspend a process and kill -cont will continue it. It wouldn't be difficult to write a script that runs kill -stop and kill -cont in a loop.
Ah. I grasp the underlying concept, and know a bit about ps and kill. If only I weren't so very damned rusty on other Linux bash commands, and writing scripts with loops and conditionals. :-) Carl