You're viewing a single thread.
318 comments
sudo rm -rf /
always remove the french language pack
sudo rm -fr /
Make sure to also completely delete the word roots.
sudo rm -fr /* --no-preserve-root
You only need the
--no-preserve-root
flag when acting on/
.So the correct code would be either
sudo rm -fr /*
orsudo rm -fr / --no-preserve-root
(more appropriate for your 'advice')
Every bit counts. Gotta remove unnecessary bloat.
Good. French kids are always extra toxic online. Someone toxic in Rocket League? Usually French.
sudo chmod -R 666 /
318 comments