this post was submitted on 31 Mar 2025
631 points (87.8% liked)
linuxmemes
24415 readers
842 users here now
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
3. Post Linux-related content
sudo
in Windows.4. No recent reposts
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
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.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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Then you have the security issue that comes from teaching users they should just trust whatever random people tell them to do when facing an issue with their computer.
That would be an issue with a GUI too though.
You can't do as much damage with a GUI that tells you what you're doing in regular language vs commands.
sudo rm -rf /* means nothing to a newbie
"Reset to factory settings" is pretty freaking clear
To be fair, that is an issue with the implementation of the given commands, rather than the concept of the command line.
You could create a program that operates like so:
But now it's too long for a power user. I would say terminal should be focused for power users and your average user shouldn't have to touch it in the first place if things just works. All they do is just use their browser and a couple apps, most users don't even know what power shell is in windows.
Just to make it clear, I don't mind terminal myself. I use nixos on unstable branch myself but it will never be mass adopted with this attitude (not yours but the original comment).
Short and Long options are a thing.
Ex: GNU rm can use
or
I am well aware, my point is remove-file and that long ass don't ask for confirmation or whatever is way too long to be usable. If you want to simplify it, at least it should be remove and --force.