Hello Hotel to linuxmemesEnglish • 1 year agoWhat is the worst way to break your system without deleting datamessage-square12arrow-up123arrow-down12file-text
arrow-up121arrow-down1message-squareWhat is the worst way to break your system without deleting dataHello Hotel to linuxmemesEnglish • 1 year agomessage-square12file-text
minus-squareSolidGruelinkEnglish18•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 HotelOPlinkEnglish2•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