Skip to main content
2 of 3
added 135 characters in body
Rakib
  • 2.5k
  • 1
  • 22
  • 20
  • Terminal = An interface that provides a display for output and a key board for input to a shell session .

  • Shell = Interpreter that executes commands typed as string

  • Console: Actually two types of console we use

    • Physical console=The hardware display and keyboard used to interact with a system
  • Virtual console= One of multiple logical consoles that can each support an independent login session.

  • tty(teletype ie terminal). = A terminal is a basically just a user interface device that uses text for input and output.message.

Rakib
  • 2.5k
  • 1
  • 22
  • 20