On Mon, Dec 26, 2011 at 3:11 PM, Warren Toomey <wkt@tuhs.org> wrote:
> Yes, a good reminder on the power that programming brings us. A question
> though: what command would "bring the system down"?
anything that consumes too many resources, i suppose. the morris worm would have several copies of itself running on the same machine running a password cracker, using up all the cpu and bringing the system to its knees. hog too much memory and you could run into thrashing. even more evil things may include a fork bomb, perhaps? or emacs? ;-)