Created
January 30, 2023 21:30
-
-
Save 0xd61/8b8c4e6c70988396c581f4c05b7c7d9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo 1 > /proc/sys/kernel/sysrq | |
echo s > /proc/sysrq-trigger #sync | |
echo u > /proc/sysrq-trigger #unmount + mount readonly | |
echo b > /proc/sysrq-trigger #reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment