TTY = โTeleTYpe Writerโ - early computer terminals that were essentially typewriters connected to computers.
This historical connection explains many Linux terminal concepts we use today! ๐ฅ๏ธโจ๏ธ
Software that allows us to run a shell
A special type of terminal
Characteristics:
User interface software that receives commands from the terminal
โโโโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโ
โ Terminalโ โโโโถ โ Shell โ โโโโถ โ Kernel โ
โโโโโโโโโโโ โโโโโโโโโโโ โโโโโโโโโโโ
Acts as interpreter between user and kernel
Available Shells: bash, dash, zsh, ksh, sh
Next: โ The Shell Your Command Interface
Previous: โ Learning Objectives
Lesson Home: โ Lesson 2: The Shell
Course Home: โ Introduction to Linux