• Rhaedas@fedia.io
    link
    fedilink
    arrow-up
    1
    ·
    1 month ago

    I immediately thought, no, terminal. But apparently, console is correct depending on what it’s displaying/being used for?

    • palordrolap@fedia.io
      link
      fedilink
      arrow-up
      1
      ·
      1 month ago

      A terminal in the computer sense was originally a screen and keyboard attached to a terminating node on a network. The network didn’t pass through, so it terminated there. This meant the literal, physical hardware. Think old school green- or amber-screen systems attached to a mainframe in the basement somewhere.

      A console was a terminal that was serving some kind of purpose and showing some kind of interface for humans to interact with. Without the interface software, a terminal is not a console. Without the hardware, you wouldn’t have either.

      It’s easy to see how these things became blurred.

      And now it’s worse because we’ve extended the meanings a bit. The program in our fancy GUIs called “Terminal” and which we often just call “a terminal” is actually a terminal emulator.

      And to a lesser extent, so is the thing you can access on many distros by pressing Ctrl+Alt+F1. This sometimes gets called “the console” because it’s even more like those old terminal interfaces. Full screen. Text only. Largely monochrome. No GUI.

      And deeper still, a terminal, console, or terminal emulator doesn’t have to mean “a shell” which is another thing entirely. Shells just happen to be one kind of interface that can run there, and is often the default option in a GUI terminal emulator.

      From a console, the default program is generally some flavour of login prompt. And then the system automagically loads whatever is configured as that user’s shell once they log in.

    • Alawami@lemmy.ml
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 month ago

      All i see is a source engine console in the pic, not really a terminal as in terminal emulator. console is more correct here i think