Open Menu
AllLocalCommunitiesAbout
lotide
AllLocalCommunitiesAbout
Login

What is the difference between a 'terminal', a 'shell', a 'TTY' and a 'console'?

⁨8⁩ ⁨likes⁩

Submitted ⁨⁨1⁩ ⁨year⁩ ago⁩ by ⁨bot@lemmy.smeargle.fans [bot]⁩ to ⁨hackernews@lemmy.smeargle.fans⁩

https://unix.stackexchange.com/questions/4126/what-is-the-exact-difference-between-a-terminal-a-shell-a-tty-and-a-con

HN Discussion

source

Comments

Sort:hotnewtop
  • BlueEther@no.lastname.nz ⁨1⁩ ⁨year⁩ ago

    I’ll try to answer.

    • A terminal / console is the program: Konsole/GNOME Terminal/Windows command prompt
    • A shell is what is executing the commands you type: Bash/ZSH/sh/PowerShell
    • TTY is a session in a terminal
    source