this post was submitted on 18 Feb 2026
468 points (99.2% liked)

linuxmemes

30611 readers
1496 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • Don't come looking for advice, this is not the right community.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
     

    I accidentally untarred archive intended to be extracted in root directory, which among others included some files for /etc directory.
    I went on to rm -rv ~/etc, but I quickly typed rm -rv /etc instead, and hit enter, while using a root account.

    top 50 comments
    sorted by: hot top controversial new old
    [–] partial_accumen@lemmy.world 151 points 3 weeks ago (11 children)

    Reusing names of critical system directories in subdirectories in your home dir.

    [–] underscores@lemmy.zip 52 points 3 weeks ago (1 children)

    I agree with this take, don't wanna blame the victim but there's a lesson to be learned.

    [–] neatchee@piefed.social 58 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

    except if you read the accompanying text they already stated the issue by accidentally unpacking an archive to their user directory that was intended for the root directory. that's how they got an etc dir in their user directory in the first place

    load more comments (3 replies)
    load more comments (10 replies)
    [–] quelsh@programming.dev 95 points 3 weeks ago (2 children)

    HAH rookie, I once forgot the . before the ./

    [–] Klear@quokk.au 24 points 3 weeks ago
    load more comments (1 replies)
    [–] BCsven@lemmy.ca 53 points 3 weeks ago (1 children)

    Oof. I always type the whole path just because I have made this mistake before.

    [–] BillyClark@piefed.social 14 points 3 weeks ago (3 children)

    That doesn't protect you from typos.

    rm -rv /home/schmuck /etc

    "Whoops, I accidentally added a space."

    I have three ways around this:

    1. ls ~/etc ... <press up arrow, replace ls with rm -rv>
    2. ls ~/etc ... rm -rv !$
    3. Add the commands to a simple script and use variables to remove the danger of a command line.
    load more comments (3 replies)
    [–] MonkeMischief@lemmy.today 48 points 3 weeks ago (5 children)

    OOOOOOOOOOOF!!

    One trick I use, because I'm SUPER paranoid about this, is to mv things I intend to delete to /tmp, or make /tmp/trash or something.

    That way, I can move it back if I have a "WHAT HAVE I DONE!?" moment, or it just deletes itself upon reboot.

    [–] MonkderVierte@lemmy.zip 13 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

    Just get a cli trash tool and alias it to rm. Arch wiki

    [–] MonkeMischief@lemmy.today 20 points 3 weeks ago* (last edited 3 weeks ago) (3 children)

    That's certainly something you can do! I would personally follow the recommendation against aliasing rm though, either just using the trash tool's auto complete or a different alias altogether.

    Reason being as someone mentioned below: You don't want to give yourself a false sense of security or complacency with such a dangerous command, especially if you use multiple systems.

    I liken it to someone starting to handle weapons more carelessly because the one they have at home is "never loaded." Better safe than sorry.

    Lol we should have "rules of rm safety":

    • Assume rm is always sudo unless proven otherwise.
    • Finger should be off the Enter key until you are certain you are ready to delete.
    • Never point rm at something you aren't willing to permanently destroy.
    • Always be aware of your target directory, and what is recursively behind it!
    load more comments (3 replies)
    [–] Tangent5280@lemmy.world 8 points 3 weeks ago (6 children)

    Hey that's a pretty good idea. I'm stealing that.

    load more comments (6 replies)
    load more comments (3 replies)
    [–] ZomieChicken@sh.itjust.works 37 points 3 weeks ago

    Great! Now you can enjoy that freshly assembled directory feeling, knowing that now you only have the configs in there that you need.

    [–] TomMasz@lemmy.world 36 points 3 weeks ago (2 children)
    [–] protogen420@lemmy.blahaj.zone 20 points 3 weeks ago (1 children)

    instructions on clear, switched to vi mode in bash and cant exit

    load more comments (1 replies)
    load more comments (1 replies)
    [–] Egonallanon@feddit.uk 33 points 3 weeks ago (6 children)

    Let he who has not wrongly deleted system critical files in Linux cast the first stone.

    [–] KickMeElmo@sopuli.xyz 20 points 3 weeks ago (1 children)

    Amateurs. You all did it accidentally. I deleted system critical files intentionally believing it was beneficial.

    [–] HereIAm@lemmy.world 11 points 3 weeks ago (2 children)

    /dev is just all bloat with stupid recursive directories

    load more comments (2 replies)
    [–] merc@sh.itjust.works 11 points 3 weeks ago (1 children)

    I can do one better. A similar 'rm' command but while a Windows disk was mounted read/write. So, 2 OSes damaged in one command.

    load more comments (1 replies)
    load more comments (4 replies)
    [–] SapphironZA@sh.itjust.works 31 points 3 weeks ago (8 children)

    This is why you should setup daily snapshots of your system volumes.

    Btrfs and ZFS exist for a reason.

    load more comments (8 replies)
    [–] Thrydwulf@lemmy.today 27 points 3 weeks ago

    β€œJust a little off the top please”

    [–] Loce@lemmy.world 21 points 3 weeks ago

    Things like these are right of passage on Linux :)

    [–] jjj@lemmy.blahaj.zone 21 points 3 weeks ago (3 children)

    Is there any reason to use a root account? If you had used sudo for each privilege needing command in stead it would have stopped you.

    [–] thisbenzingring@lemmy.today 25 points 3 weeks ago (1 children)

    Is there any reason to use a root account?

    if you just borked your /etc and need to rebuild because you don't have sudo anymore

    load more comments (1 replies)
    load more comments (2 replies)
    [–] woelkchen@lemmy.world 20 points 3 weeks ago (2 children)

    Your first mistake was attempting to unarchive to / in the first place. Like WTF. Why would this EVER be a sane idea?

    [–] SkaveRat@discuss.tchncs.de 9 points 3 weeks ago (8 children)

    that was my reaction when I saw a coworker put random files and directories into / of a server

    I feel like some people don't have a feeling about how a file system works

    load more comments (8 replies)
    [–] user224@lemmy.sdf.org 8 points 3 weeks ago (1 children)

    I don't know if it should be a bad thing. Inside the tar archive the configs were already organized into their respective dirctories, this way with --preserve-permissions --overwrite I could just quickly add the desired versions of configs.
    Some examples of contents:

    -rw-r--r-- root/root      2201 2026-02-18 08:08 etc/pam.d/sshd
    -rw-r--r-- root/root       399 2026-02-17 23:22 etc/pam.d/sudo
    -rw-r--r-- root/root      2208 2026-02-18 09:13 etc/sysctl.conf
    drwx------ user/user         0 2026-02-17 23:28 home/user/.ssh/
    -rw------- user/user       205 2026-02-17 23:29 home/user/.ssh/authorized_keys
    drwxrwxr-x user/user         0 2026-02-18 16:30 home/user/.vnc/
    -rw-rw-r-- user/user        85 2026-02-18 15:32 home/user/.vnc/tigervnc.conf
    -rw-r--r-- root/root      3553 2026-02-18 08:04 etc/ssh/sshd_config
    

    Keeps permissions, keeps ownership, puts things where they belong (or copies from where they were), and you end up with a single file that can be stored on whatever filesystem.

    load more comments (1 replies)
    [–] bjoern_tantau@swg-empire.de 20 points 3 weeks ago

    Whelp, time to restore the latest snapshot.

    [–] ICastFist@programming.dev 16 points 3 weeks ago (13 children)

    So good to see that, even in 2026, Unix Haters' Handbook's part on rm is still valid. See page 59 of the pdf

    load more comments (13 replies)
    [–] slothrop@lemmy.ca 15 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

    You have a backup tho', right?

    ...., right??

    load more comments (2 replies)
    [–] dunz@feddit.nu 13 points 3 weeks ago

    Be happy that you didn't remeber the ~ and put a space between it and etcπŸ˜ƒ.

    [–] lavander@lemmy.dbzer0.com 11 points 3 weeks ago (1 children)

    Genuinely curious… why using root for operations like these?

    [–] Viceversa@lemmy.world 12 points 3 weeks ago

    To feel the thrill

    [–] statelesz@slrpnk.net 11 points 3 weeks ago (1 children)
    [–] ohshit604@sh.itjust.works 18 points 3 weeks ago

    alias rm=β€œecho no”

    [–] Treczoks@lemmy.world 11 points 3 weeks ago

    Ahh, the rites of passage!

    [–] tulliandar@lemmy.world 11 points 3 weeks ago (3 children)

    Next time:

    ls ~/etc
    rm -rv !$
    
    load more comments (3 replies)
    [–] kertain@sh.itjust.works 11 points 3 weeks ago

    I am new to Linux and just getting somewhat comfortable as my daily driver, very proud of myself that I got the joke pretty quickly :)

    [–] rushmonke@ttrpg.network 10 points 3 weeks ago* (last edited 3 weeks ago)

    I fucking hate using rm for these very reasons.

    There's another program called "trash-cli" that gives you a trash command instead of going straight to deletion.

    I'm not sure why more distros don't include it by default, or why more tutorials don't mention it.

    [–] MunkyNutts@feddit.online 9 points 3 weeks ago
    [–] justme@lemmy.dbzer0.com 9 points 3 weeks ago

    Reminds me in the t-shirt: "don't drink and root"

    [–] dukatos@lemmy.zip 9 points 3 weeks ago

    it could be worse: rm -rv ~ /etc

    [–] MonkderVierte@lemmy.zip 9 points 3 weeks ago* (last edited 3 weeks ago)

    Yeah, same thing like with unclosed bottles, cup too close to the table edge, etc.: Accidents that can hapen, will happen.
    Better name them something else in your user dir.

    And yes, painful experience.

    [–] dadarobot@lemmy.sdf.org 8 points 3 weeks ago (2 children)
    [–] Vintor@retrolemmy.com 18 points 3 weeks ago (1 children)

    I accidentally untarred archive intended to be extracted in root directory

    load more comments (1 replies)
    load more comments (1 replies)
    [–] frozen@lemmy.frozeninferno.xyz 8 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

    Reminds me of when I had a rogue ~ directory sitting in my own home directory (probably from a badly written script). Three seconds into rm -rf ~ and me wondering why it was taking so long to complete, I CTRL+C, reboot, and pray.

    Alas, it was a reinstall for me that day (good excuse to distro hop, anyway). Really glad I don't mount my personal NAS folder in my home directory anymore, holy shit.

    load more comments (1 replies)
    [–] konomi@piefed.blahaj.zone 8 points 3 weeks ago (2 children)

    Switch from using rm to trash.

    load more comments (2 replies)
    load more comments
    view more: next β€Ί