Most people who drive cars are not mechanics. Most computer users are not also computer engineers; they don’t want to be and shouldn’t have to be.
If you want to drive your car with spare parts and tools in the back, outfitted with gloves, goggles, a scarf, and an oilcoat; you can do that. That doesn’t mean that everyone else should do that. It’s not 1992 anymore.
I did it because it’s fun, but there are other reasons.
It’s faster and easier than using a GUI. This is because you can type a lot faster than you can click-click-drag with a mouse.
There are some programs that give useful information when run from a CL that they don’t give when run from a GUI. This can be helpful for troubleshooting.
If you ever get stuck on a system that doesn’t have a GUI, you’ll still know what to do. I’ve had this happen when I had to SSH into servers that were running bare-bones Linux systems.
If a particular GUI operation is bogging your system down, you can do it from the CLI using fewer resources. For example, sometimes my system will freeze up if I try to open a very large file, but a command-line app can do it without freezing. This admittedly doesn’t happen very often, but when it does, I’m happy to have that knowledge.
You can get the CLI to do things that you don’t have a GUI app for. Having knowledge of the CLI gives you that flexibility.
I’m sure there are other reasons, but those are just the ones I could come up with off the top of my head.
To be honest, I got into the CLI because of aesthetics. I saw all of the terminal rices that people would post online, and I wanted to have that. The Windows CLI was always ugly and unfriendly, so I wanted nothing to do with it. I learned it because it looked cool, and it turned out to be useful as well.
I’m going to have to interject on even on the first point. FWIW, I’m a person who vastly prefers to use a keyboard when possible, can totally live on a CLI only system, etc. Anyway:
It’s faster and easier than using a GUI. This is because you can type a lot faster than you can click-click-drag with a mouse.
This is just not true for the vast majority of people. Have you ever watched normies type?
The other thing is that even with simple stuff like file operations normal users get lost with a GUI where it’s far easier to visualize what is actually happening. If they get a few basic mechanics (click+drag, right click, double click) that’s about all they have to remember to move files around. Compared to learning ls, cd, mv, cp, the directory tree, symbols like . and .. and so forth. Or perhaps my favorite example, quick name a valid tar command. On a GUI system like windows/Mac, they just need to remember they can do things to files by selecting them and right-clicking them. On a CLI only system, how the fuck are you supposed to get a regular user to remember that to compress a file, you type in tar to start with, much less remembering flags (my flavor of choice is usually -xvf.) How many people who regularly use linux even know wtf it’s called tar?
And that’s even forgetting the things like the defaults often being much harder to recover from. In Mac/Windows (and I think even most distros, though I haven’t daily driven a gui linux in a while) deleting a file the default way is a safe operation and easily recoverable because by default the gui is designed to be more user-safe.
Though I don’t think anyone will disagree with the fact that the CLI is an immensely powerful tool that a lot of us can’t do without, it has never been really designed in a way to be accessible to normal users, and I’d be willing to bet that if you were designing a CLI today in a vacuum, it wouldn’t look anything like the one we’re familiar with. It’s why I’d also guess that very few of us that use the command line all of the time don’t have a mile long list of aliases, scripts, switching to shells like zsh and things like zsh-autosuggestions or zsh-syntax-highlighting, colorls, a specific terminal emulator they use, and so on and so forth.
I remember when I first learned about Linux, specifically an early version of KNOPPIX. Computers ran Windows. Mac whatever existed but was niche. The idea that I could boot a new fully functional OS from a CD was an absolutely crazy idea. I thought I had an understanding of computers but this changed everything.
This rant talks about users being unwilling to branch out but I think it’s more that they’re unable to. They lack the understanding of what question to ask. They’re not making the choice to not try Foo, they lack the understanding that alternatives exist. If someone told you “Actually cars don’t need wheels” and then took the wheels off and drove away you’d be completely flabbergasted. Turns out cars move based on magic not wheels.
On the other hand.
I don’t think it’s unreasonable for folks to be a little more attentive in the choices they make. When you buy a car you don’t just show up to the dealership and grab the first one you see. You choose gas, electric or hybrid. You choose a car, a truck, a van, etc based on your needs. You might pick a specific brand/make/model based on other requirements.
It’s fine to choose the most popular option, it’s popular for a reason, but you should understand a little bit about your choice. You chose Lenovo. You chose Windows. You chose Edge. You chose Bing.
I’m not asking if you know if you have an HDD or an SSD. I’m not asking if it’s an NVME drive. I’m not asking which generation/model CPU it has.
I think the frustration being expressed is the type you see from the classic “The Website is Down”.
the drivers should at least be able to change a flat tire no?
Same with computer users, they should at least be able to change their software (if the company doesn’t lock them down that is). But they can’t even do that.
Below is basically just a rant disguised as an argument you may or may not ignore it
I have friends, family and colleagues that cannot grasp things such as the existence of other OS’s besides windows, android and macos/ios and that there is other software than they know.
For example, my friends say stuff like “have you cracked/hacked your phone/pc again?” Because i use linux and lineageOS instead of windows/macos and android/ios. No matter what i tell them. They don’t care that it took like 10 minutes to do. they don’t care that it is basically 4 steps. The fact that i use something different to them makes them think that i am a computer genius even tho i know jack shit.
I do not blame them as they have only known one way/thing their whole life. But i blame the people that are responsible for them only knowing one thing.
What i wanted to say with this whole ass bible is: they don’t have to know everything. But they should know something so that they are not helpless when things go south
Most people who drive cars are not mechanics. Most computer users are not also computer engineers; they don’t want to be and shouldn’t have to be.
If you want to drive your car with spare parts and tools in the back, outfitted with gloves, goggles, a scarf, and an oilcoat; you can do that. That doesn’t mean that everyone else should do that. It’s not 1992 anymore.
You don’t have to be an engineer to use a CLI. This is exactly the mentality that’s being called out here.
You don’t have to use a CLI to use a computer. What’s the benefit for most people? Why should they?
deleted by creator
I did it because it’s fun, but there are other reasons.
It’s faster and easier than using a GUI. This is because you can type a lot faster than you can click-click-drag with a mouse.
There are some programs that give useful information when run from a CL that they don’t give when run from a GUI. This can be helpful for troubleshooting.
If you ever get stuck on a system that doesn’t have a GUI, you’ll still know what to do. I’ve had this happen when I had to SSH into servers that were running bare-bones Linux systems.
If a particular GUI operation is bogging your system down, you can do it from the CLI using fewer resources. For example, sometimes my system will freeze up if I try to open a very large file, but a command-line app can do it without freezing. This admittedly doesn’t happen very often, but when it does, I’m happy to have that knowledge.
You can get the CLI to do things that you don’t have a GUI app for. Having knowledge of the CLI gives you that flexibility.
I’m sure there are other reasons, but those are just the ones I could come up with off the top of my head.
To be honest, I got into the CLI because of aesthetics. I saw all of the terminal rices that people would post online, and I wanted to have that. The Windows CLI was always ugly and unfriendly, so I wanted nothing to do with it. I learned it because it looked cool, and it turned out to be useful as well.
I’m going to have to interject on even on the first point. FWIW, I’m a person who vastly prefers to use a keyboard when possible, can totally live on a CLI only system, etc. Anyway:
This is just not true for the vast majority of people. Have you ever watched normies type?
The other thing is that even with simple stuff like file operations normal users get lost with a GUI where it’s far easier to visualize what is actually happening. If they get a few basic mechanics (click+drag, right click, double click) that’s about all they have to remember to move files around. Compared to learning
ls
,cd
,mv
,cp
, the directory tree, symbols like.
and..
and so forth. Or perhaps my favorite example, quick name a valid tar command. On a GUI system like windows/Mac, they just need to remember they can do things to files by selecting them and right-clicking them. On a CLI only system, how the fuck are you supposed to get a regular user to remember that to compress a file, you type intar
to start with, much less remembering flags (my flavor of choice is usually-xvf
.) How many people who regularly use linux even know wtf it’s calledtar
?And that’s even forgetting the things like the defaults often being much harder to recover from. In Mac/Windows (and I think even most distros, though I haven’t daily driven a gui linux in a while) deleting a file the default way is a safe operation and easily recoverable because by default the gui is designed to be more user-safe.
Though I don’t think anyone will disagree with the fact that the CLI is an immensely powerful tool that a lot of us can’t do without, it has never been really designed in a way to be accessible to normal users, and I’d be willing to bet that if you were designing a CLI today in a vacuum, it wouldn’t look anything like the one we’re familiar with. It’s why I’d also guess that very few of us that use the command line all of the time don’t have a mile long list of aliases, scripts, switching to shells like zsh and things like zsh-autosuggestions or zsh-syntax-highlighting, colorls, a specific terminal emulator they use, and so on and so forth.
deleted by creator
On the one hand I agree.
I remember when I first learned about Linux, specifically an early version of KNOPPIX. Computers ran Windows. Mac whatever existed but was niche. The idea that I could boot a new fully functional OS from a CD was an absolutely crazy idea. I thought I had an understanding of computers but this changed everything.
This rant talks about users being unwilling to branch out but I think it’s more that they’re unable to. They lack the understanding of what question to ask. They’re not making the choice to not try Foo, they lack the understanding that alternatives exist. If someone told you “Actually cars don’t need wheels” and then took the wheels off and drove away you’d be completely flabbergasted. Turns out cars move based on magic not wheels.
On the other hand.
I don’t think it’s unreasonable for folks to be a little more attentive in the choices they make. When you buy a car you don’t just show up to the dealership and grab the first one you see. You choose gas, electric or hybrid. You choose a car, a truck, a van, etc based on your needs. You might pick a specific brand/make/model based on other requirements.
It’s fine to choose the most popular option, it’s popular for a reason, but you should understand a little bit about your choice. You chose Lenovo. You chose Windows. You chose Edge. You chose Bing.
I’m not asking if you know if you have an HDD or an SSD. I’m not asking if it’s an NVME drive. I’m not asking which generation/model CPU it has.
I think the frustration being expressed is the type you see from the classic “The Website is Down”.
https://github.com/ZaDarkSide/ArrangeByPenis
i mostly agree with you. But:
the drivers should at least be able to change a flat tire no?
Same with computer users, they should at least be able to change their software (if the company doesn’t lock them down that is). But they can’t even do that.
Below is basically just a rant disguised as an argument you may or may not ignore it
I have friends, family and colleagues that cannot grasp things such as the existence of other OS’s besides windows, android and macos/ios and that there is other software than they know.
For example, my friends say stuff like “have you cracked/hacked your phone/pc again?” Because i use linux and lineageOS instead of windows/macos and android/ios. No matter what i tell them. They don’t care that it took like 10 minutes to do. they don’t care that it is basically 4 steps. The fact that i use something different to them makes them think that i am a computer genius even tho i know jack shit.
I do not blame them as they have only known one way/thing their whole life. But i blame the people that are responsible for them only knowing one thing.
What i wanted to say with this whole ass bible is: they don’t have to know everything. But they should know something so that they are not helpless when things go south