What is the worst way to break your system without deleting data

https://lemmy.world/post/2395873

What is the worst way to break your system without deleting data - Lemmy.world

oops [https://media.geeksforgeeks.org/wp-content/uploads/20210226232924/ZScreenshot38-660x307.png]

chmod -R 000 /
Dont forget to chown to root,set all special bits and a+x

In the early days of ext2, it was possible to unlink(“/”)

I also saw init() go zombie once. Had to hard cycle the system and pray fsck didn’t frag anything.