this post was submitted on 02 Jun 2024
65 points (100.0% liked)

Linux

1253 readers
86 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] cmnybo@discuss.tchncs.de 39 points 3 months ago (2 children)

A lot of people see articles showing how to do something and it uses the terminal and they think that's the only way to do it. In reality, it's just easier to say "copy and paste these commands" than it is to walk someone through how to do it in a GUI.

[–] yala@discuss.online 29 points 3 months ago* (last edited 3 months ago)

Furthermore, a CLI instruction is DE-agnostic. So you don't need to cover the same topic with explanations for at least 3/4 desktop environments. GUI instructions also change a lot faster than their CLI counterparts; so by providing the commands one provides the method with the best longevity. Overall, it's just so much more efficient.

[–] Max_P@lemmy.max-p.me 3 points 3 months ago

Yeah, a single sudo mv command can easily be several steps in a GUI, possibly error prone too. Because if you do it in the GUI you have to navigate all the way to where the source file is, cut it, navigate to where it needs to go, paste it there. Or you can paste the command in a terminal, done in 0.1 seconds.

If I want some information from someone, I can cook a big oneliner to copy paste that will give me exactly the information I want instead of needing a dozen screenshots all coming from different places and programs.

As long as you can trust the person feeding you the commands, I can get just about anything working on your computer effortlessly.