this post was submitted on 10 Mar 2025
802 points (99.1% liked)
memes
12777 readers
3230 users here now
Community rules
1. Be civil
No trolling, bigotry or other insulting / annoying behaviour
2. No politics
This is non-politics community. For political memes please go to !politicalmemes@lemmy.world
3. No recent reposts
Check for reposts when posting a meme, you can only repost after 1 month
4. No bots
No bots without the express approval of the mods or the admins
5. No Spam/Ads
No advertisements or spam. This is an instance rule and the only way to live.
A collection of some classic Lemmy memes for your enjoyment
Sister communities
- !tenforward@lemmy.world : Star Trek memes, chat and shitposts
- !lemmyshitpost@lemmy.world : Lemmy Shitposts, anything and everything goes.
- !linuxmemes@lemmy.world : Linux themed memes
- !comicstrips@lemmy.world : for those who love comic stories.
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
No, I call any command-line interface that runs from an internal drive "DOS". I do mean the term somewhat generically as a Disk Operating System.
I think “CLI” would be a better word choice. DOS is a more specific term.
You are also able to install Linux distros that are primarily GUI based, or even install individual GUI interfaces for things you need.
Then you should stop doing that. Even if you are running modern Windows, there's no DOS in it to be seen, even though command interpreter (
cmd.exe
) is very close to what was typically used in DOS (MS-DOS, PC-DOS, DR-DOS, etc.) -COMMAND.COM
. You are probably aware that the built-in commands there are actually very similar or the same as in MS-DOS. That's because Microsoft didn't want to make them different, probably mostly for compatibility reasons. There's of course also PowerShell and Bash (and other Linux shells) if you run WSL (Windows Subsystem for Linux).And these command interpreters are always (on NT Windows at least) opened in a terminal application, typically the older Console Host or the newer Windows Terminal.