Multiple choice unix

The agency that sits between the user and the UNIX system is called the

  1. logic

  2. profile

  3. shell

  4. erxc

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

The shell is the command-line interface program that sits between users and the UNIX kernel, interpreting and executing user commands. It's not called logic, profile, or erxc.

AI explanation

Correct answer: shell.

The shell is the command interpreter that sits between the user and the UNIX kernel — it reads commands typed by the user, parses them, and invokes the appropriate kernel/system calls or programs, acting as the intermediary/agency between user and system.

"Profile" is a shell startup/configuration script, not the interpreter itself. "Logic" isn't a UNIX component at all in this context. "erxc" appears to be a nonsense/garbled distractor. None of these describe the user-facing command interpreter, which is precisely the shell's role.