Comment on Pretend you are my boss at the rule opening factory
ImplyingImplications@lemmy.ca 8 months agoToo many people got trolled into “removing the French language pack” on Linux systems that there’s now a check to see if someone is deleting every file off their computer (including the os system files). --no-preserve-root is the option you need to include to actually delete all the files off your system.
Jumuta@sh.itjust.works 8 months ago
weird how it doesn’t warn you for rm -rf /* though
lseif@sopuli.xyz 8 months ago
depending on your shell, i believe the glob is expanded before it gets to the
rm
program