Thursday, 25 April 2013

Force shutdown of a Linux server

This could be useful when you really need to shutdown... some kind of a "Vulcan Key" to the kernel :)

#echo 1 > /proc/sys/kernel/sysrq
#echo o > /proc/sysrq-trigger

No comments:

Post a Comment