@@ -0,0 +1,8 @@
#!/bin/sh
# /sbin/reboot
for FILE in /etc/rc.d/*; do
[ -x /etc/rc.d/$FILE ] && /etc/rc.d/$FILE stop
done
sync
mount / -o remount,ro
echo b >/proc/sysrq-trigger
The note is not visible to the blocked user.