top delay value

Joerg Sonnenberger joerg at britannica.bec.de
Tue Jan 30 17:19:17 UTC 2007


On Tue, Jan 30, 2007 at 05:23:50PM +0100, Dr. Markus Waldeck wrote:
> > Well, an unprivileged user can achieve the same effect by
> > typing "while :; do :; done".  There are a thousand ways
> > to waste CPU time, and there is no way to prevent a user
> > >from doing it.
> 
> It is not the same effect.
> 
> You describe fork bombing.

No, this is just the shell equivalent of
	for (;;) ;
in C. Aka a busy loop.

Joerg


More information about the freebsd-hackers mailing list