this post was submitted on 09 Sep 2024
273 points (81.0% liked)

linuxmemes

20707 readers
144 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 1 week ago (2 children)

Or was it non preserve. I never tried it though. I guess a vm should be fine to test it. On the other hand I don't care enough.

[–] [email protected] 2 points 1 week ago* (last edited 1 week ago)

The flag is called --no-preserve-root, but the flag wouldn't do anything here because you're not deleting root (/), you're deleting all non-hidden files and directories under root (/*), and rm will just let you do it.

[–] [email protected] 1 points 1 week ago

Pretty sure it's --no-preserve-root or something similar.