Comment on Been wishing this community was more active, decided to be the change. Anyways I felt cute, running Arch KDE on a Thinkpad.
electro1@infosec.pub 7 months ago
The only sticker that makes sense is sudo rm -rf command… (⁀ᗢ⁀)
I don’t even think that command works anymore.
Iirc you need a --no-preserve-root or somenthing for it to work.
Can’t tell if serious or trying to get people to type it in to prove you wrong….
They’re right. The latest kernels have a safe guard and you need to type –no-preserve-root to force it to delete /.
–no-preserve-root
You can also just do sudo rm -rf /* and let shell expansion do the rest.
sudo rm -rf /*
WARNING: DO NOT RUN THESE COMMANDS. THEY WILL DELETE EVERYTHING ON YOUR ROOT PARTITION.
The fact that the second one still works is a bit terrifying.
JCreazy@midwest.social 7 months ago
I don’t even think that command works anymore.
gaael@lemmy.world 7 months ago
Iirc you need a --no-preserve-root or somenthing for it to work.
princessnorah@lemmy.blahaj.zone 7 months ago
Can’t tell if serious or trying to get people to type it in to prove you wrong….
cobra89@beehaw.org 7 months ago
They’re right. The latest kernels have a safe guard and you need to type
–no-preserve-root
to force it to delete /.You can also just do
sudo rm -rf /*
and let shell expansion do the rest.WARNING: DO NOT RUN THESE COMMANDS. THEY WILL DELETE EVERYTHING ON YOUR ROOT PARTITION.
princessnorah@lemmy.blahaj.zone 7 months ago
The fact that the second one still works is a bit terrifying.