Posts Tagged ‘reboot’

Rebooting Linux when ‘reboot’ won’t work.

Tuesday, August 16, 2011 19:14 No Comments

Every now and then you might run into a problem that your Linux box just won’t reboot. …and you do not have console access. If so, try this; echo s > /proc/sysrq-trigger echo b > /proc/sysrq-trigger The first command sync’s the drives, the second bounces your box.

This was posted under category: Linux Tags: