On Mon, Apr 2, 2012 at 10:31 PM, [email protected] <[email protected]> wrote:
> There is a nice command to send signals to all processes except the own
> session, init and it even allows to exclude specified processes ... the
> killall5 ... but it fails to work on SIGSTOP :-(

Have you considered just running:

  kill -STOP -1

This will stop all the tasks except the shell that runs it (because
the 'kill' command is a shell builtin, and on Linux, kill(-1) doesn't
signal the caller, at least according to its man page).

Have fun,

Avery
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to