1

today i found new way to shut down my system...
.
.
.
.
sudo rm --no-preserve-root -rf /

Comments
  • 1
    I'm actually a little curious what the Ubuntu subsystem for Windows would do if you ran this.
  • 2
    @Cieric Doesnt it also delete the mounted filesystems? So I guess it also deletes windows :p
  • 2
    @Jifuna I would assume. I'll probably try it on a fresh install or vm later.
  • 0
    I prefer less destructive and more traditional way:

    echo o > /proc/sysrq-trigger

    ;)
Add Comment