Multiple choice technology operating systems

The first program that runs on your terminal when you log in to your session is SHELL.

  1. True

  2. False

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

When you log into a UNIX system, the shell is indeed the first program that runs and provides you with an interactive interface. The kernel starts the init process, which then launches the shell for your login session. The shell acts as a command interpreter between you and the kernel, executing your commands.