Multiple choice general knowledge science & technology

Which unix component interact with user ?

  1. kernel

  2. compiler

  3. shell

  4. system hardware

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

The shell is the UNIX component that directly interacts with users. It provides the command-line interface where users type commands, interprets them, and communicates with the kernel on behalf of the user. The kernel manages hardware, the compiler translates code, and system hardware is the physical layer - none of these directly interact with users.