In a Linux operating system, which component interprets user commands and forwards them to the OS?
- CLI
- shell
- kernel
- application program
Explanation & Hint:
The functions of different components of a Linux system are as follows:CLI – command-line interface, accepts user commands shell – a program that interprets the user commands and passes them to the OS kernel – manages CPU and RAM allocation to processes, system calls, and file systems application program – program for various applications |