bi_tux@lemmy.world to Programmer Humor@lemmy.mlEnglish · edit-22 months agoMe working with the OSlemmy.worldimagemessage-square11fedilinkarrow-up11arrow-down10file-text
arrow-up11arrow-down1imageMe working with the OSlemmy.worldbi_tux@lemmy.world to Programmer Humor@lemmy.mlEnglish · edit-22 months agomessage-square11fedilinkfile-text
minus-squareCameronDev@programming.devlinkfedilinkarrow-up0·2 months agoHow are you crashing your system?! Crashing program sure, but the entire system?
minus-squareN3Cr0@lemmy.worldlinkfedilinkarrow-up0·2 months ago rm -rf <some placeholder> Works for . current directory. Yay! … also works for / system root. 🔥 Nay!
minus-squareCameronDev@programming.devlinkfedilinkarrow-up0·2 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-squareCameronDev@programming.devlinkfedilinkarrow-up0·edit-22 months agoOPs example was task management, which doesn’t require kernel modules.
How are you crashing your system?! Crashing program sure, but the entire system?
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.
A high level explanation
OPs example was task management, which doesn’t require kernel modules.