this post was submitted on 10 Sep 2023
356 points (100.0% liked)
196
16423 readers
2287 users here now
Be sure to follow the rule before you head out.
Rule: You must post before you leave.
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Linux even lets you fully remove the French language!
sudo rm -fr /
Isn't it rf? Or do they both work?
r and f are just flags, meaning recursive and force, so it doesn't matter the order
So it will remove everything in the / directory and all its subfolders without further asking.
Would it destroy or brick my device? Or just delete the OS and all my data?
It shouldn't brick your PC, but it has happened as a result of computers improperly complying with UEFI spec. There are far easier and safer ways to clear a hard drive than deleting every file and folder recursively.
The first step of which would be, don't try to clear a hard drive while you have it mounted