@bi_tux@lemmy.world to Programmer Humor@lemmy.mlEnglish • edit-27 months agoMe working with the OSlemmy.worldimagemessage-square26fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageMe working with the OSlemmy.world@bi_tux@lemmy.world to Programmer Humor@lemmy.mlEnglish • edit-27 months agomessage-square26fedilinkfile-text
minus-squareN3Cr0linkfedilink0•7 months ago rm -rf <some placeholder> Works for . current directory. Yay! … also works for / system root. 🔥 Nay!
minus-square@CameronDev@programming.devlinkfedilink0•7 months agoThat won’t crash your kernel, and I was more curious about the OPs example. Task management is basically reading some files, and sending signals, it should be near impossible to crash the system.
minus-squareNorah (pup/it/she)linkfedilinkEnglish0•7 months agoI believe it does crash the system eventually as important buts start to go missing?
minus-square@CanadaPlus@lemmy.sdf.orglinkfedilink0•7 months agoDoes it? I thought / specifically was protected, and you needed to add --no-preserve-root.
Works for
.
current directory. Yay!… also works for
/
system root. 🔥 Nay!That won’t crash your kernel, and I was more curious about the OPs example. Task management is basically reading some files, and sending signals, it should be near impossible to crash the system.
I believe it does crash the system eventually as important buts start to go missing?
Does it? I thought / specifically was protected, and you needed to add --no-preserve-root.