bi_tux@lemmy.world to Programmer Humor@lemmy.mlEnglish · edit-23 months agoMe working with the OSlemmy.worldimagemessage-square13fedilinkarrow-up111file-text
arrow-up111imageMe working with the OSlemmy.worldbi_tux@lemmy.world to Programmer Humor@lemmy.mlEnglish · edit-23 months agomessage-square13fedilinkfile-text
minus-squareCameronDev@programming.devlinkfedilinkarrow-up1·3 months agoHow are you crashing your system?! Crashing program sure, but the entire system?
minus-squaresebsch@discuss.tchncs.delinkfedilinkarrow-up0·3 months agoTry it out on your own system. :(){ :|:& };: It’s totally possible
minus-squareCameronDev@programming.devlinkfedilinkarrow-up1·edit-23 months agoDoesn’t explain OPs task management example. And won’t crash the kernel, just make things unresponsive
minus-squarebi_tux@lemmy.worldOPlinkfedilinkarrow-up2·3 months agoit didn’t crash the kernel, it just killed every process that isn’t run by the root user, which kind of feels like a crash
minus-squareN3Cr0@lemmy.worldlinkfedilinkarrow-up0·3 months ago rm -rf <some placeholder> Works for . current directory. Yay! … also works for / system root. 🔥 Nay!
minus-squareCanadaPlus@lemmy.sdf.orglinkfedilinkarrow-up1·3 months agoDoes it? I thought / specifically was protected, and you needed to add --no-preserve-root.
How are you crashing your system?! Crashing program sure, but the entire system?
Try it out on your own system.
It’s totally possible
Doesn’t explain OPs task management example. And won’t crash the kernel, just make things unresponsive
it didn’t crash the kernel, it just killed every process that isn’t run by the root user, which kind of feels like a crash
Works for
.
current directory. Yay!… also works for
/
system root. 🔥 Nay!Does it? I thought / specifically was protected, and you needed to add --no-preserve-root.