Skip to main content

Crashing a Linux Host (on purpose)

I have been modifying our enterprise kdump configuration and I would like to do some testing.  It turns out that crashing Linux is actually quite simple.

$ sudo su -
# echo c > /proc/sysrq-trigger

Now.. I get to figure out why my system is unable to dump to NFS.... ya!

Comments