Chrash a Linuxsystem

Aus xinux.net
Zur Navigation springen Zur Suche springen

Fork Bomb

This fork bomb will run your machine out of resource unless you limit user process manually .

  • (){ :|:& };:

Overwrite your MBR with (pseudo) random data

  • dd if=/dev/urandom of=/dev/sda bs=512 count=1

An accelerated system crash by overwriting process memory

  • cp /dev/zero /dev/mem

Delete all

  • rm -rf /*