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.
linuxmemes
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
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
sudoin 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 figures
We 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.
Ah, this is why I set up snapper on my btrfs system
TIL rm -v is a thing
For when you want to livestream your failures directly to the terminal
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!)
Make an alias in .bashrc (or equivalent) so that rm always have the -i flag to prompt for βyou really wanna do it !?β.
This is one thing that I hope never happens on my system....
Well at least you got to watch
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 :(
Ah! thx for reminding me to setup timeshift again on my new system :)
Why is the cursor still on the same line as the prompt?
shh enjoy the funny /s
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.
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.
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.
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 .