this post was submitted on 18 Feb 2026
566 points (99.3% liked)

linuxmemes

30239 readers
2272 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.

    (page 3) 50 comments
    sorted by: hot top controversial new old

    I've had a combination of tab complete and filename spaces lead to things like rm Some\ Common\ Prefix * at least three times. Instant regret. I've now got a pretty good intuitive reflex around this type of thing. You eventually get enough callouses.

    [–] callyral@pawb.social 5 points 6 days ago

    Ah, this is why I set up snapper on my btrfs system

    [–] capuccino@lemmy.world 5 points 6 days ago (2 children)
    load more comments (2 replies)
    [–] TrickDacy@lemmy.world 4 points 6 days ago (1 children)
    [–] FauxLiving@lemmy.world 3 points 6 days ago

    For when you want to livestream your failures directly to the terminal

    [–] MrChewy@lemmy.world 4 points 6 days ago

    Rest in peace my granny,she got hit by a bazooka

    (got no clue why, but really FEELS like an appropirate reaction to have, I salute to you and your pain sir!)

    [–] anistorian@lemmy.world 4 points 6 days ago (1 children)

    Make an alias in .bashrc (or equivalent) so that rm always have the -i flag to prompt for β€œyou really wanna do it !?”.

    [–] sik0fewl@piefed.ca 4 points 6 days ago (1 children)

    That just trained me to automatically add -f to avoid the prompts.

    load more comments (1 replies)
    [–] furycd001@lemmy.ml 4 points 6 days ago

    This is one thing that I hope never happens on my system....

    [–] SaharaMaleikuhm@feddit.org 3 points 6 days ago* (last edited 6 days ago)

    Well at least you got to watch

    [–] zr0@lemmy.dbzer0.com 3 points 6 days ago

    You use btrfs, right? Right???

    Tried the terminal emulator for the first time today, but I kinda can not get used to the fact, that I cannot move it around :(

    [–] voidsignal@lemmy.world 3 points 6 days ago

    Ah! thx for reminding me to setup timeshift again on my new system :)

    [–] EisFrei@lemmy.world 3 points 6 days ago (3 children)

    Why is the cursor still on the same line as the prompt?

    shh enjoy the funny /s

    load more comments (2 replies)
    [–] stinerman@feddit.online 3 points 6 days ago (2 children)

    I've literally done rm -rf / while root. I thought I was elsewhere and did rm -rf . and I was in the top level directory. When it took way longer than I expected, I hit CTRL+C about 10 times and looked at the damage. Oops.

    Luckily it didn't get to /home, but it did wipe out /bin and /etc. I had to rebuild the OS. I learned.

    [–] Zikeji@programming.dev 5 points 6 days ago* (last edited 6 days ago)

    Half a year ago I accidentally git cloned to a folder named ~, so naturally I did rm -rf ~.

    Mistakes were made. Fortunately I backup my ~ so it was just annoying.

    [–] palordrolap@fedia.io 3 points 6 days ago

    If I'm about to run an rm with a slash in it, alarm bells go off in my head. I prefer to cd to the parent and then rm whatever without slashes in the name.

    That didn't save me the other day when I accidentally put a space before an asterisk, but thankfully that wasn't in a place that was overly important.

    Gotta retrain myself to look out for extra nothing now.

    [–] Dultas@lemmy.world 2 points 6 days ago

    I chowned root recursively once to root:root caught it half way when errors started popping up about stuff that was denied. Was trying to do ./ but missed the .

    load more comments
    view more: β€Ή prev next β€Ί