Hello Hotel@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agoWhat is the worst way to break your system without deleting datamessage-squaremessage-square12fedilinkarrow-up123arrow-down12file-text
arrow-up121arrow-down1message-squareWhat is the worst way to break your system without deleting dataHello Hotel@lemmy.world to linuxmemes@lemmy.worldEnglish · 1 year agomessage-square12fedilinkfile-text
minus-squareSolidGrue@lemmy.worldlinkfedilinkEnglisharrow-up18·1 year agoIn 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.
minus-squareHello Hotel@lemmy.worldOPlinkfedilinkEnglisharrow-up2·1 year agoDont forget to chown to root,set all special bits and a+x
chmod -R 000 /
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.
Dont forget to chown to root,set all special bits and a+x