Multiple choice technology operating systems

What is the program that starts running for you when you login and dies when you log out.

  1. Shell

  2. Terminal

  3. Kernal

  4. tty

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Shell is the command interpreter that starts automatically when you log into a Unix system and terminates when you log out. It provides the interface between users and the kernel. Terminal is just the hardware device or emulator, Kernel is always running, and tty is the device file.