shutdown ‐h - retrotruestory/M1DEV GitHub Wiki
Yea! The system booted. Because I exposed Magic-1 to the internet, I protected shutdown. So, you must first become root. Do:
su
(password "magic")
then
shutdown
To make it easier to shutdown in the future, while root (or after doing a su), find the shutdown program (probably in /usr/bin) and do a:
chmod 4755 /usr/bin/shutdown
This should enable you to do a shutdown even if you are not the superuser.
...Bill