Beginner
Linux & Shell Scripting
Q10 / 100
What is a "shell" in Linux?
Correct! Well done.
Incorrect.
The correct answer is B) A command-line interpreter that provides a user interface for accessing the operating system's services
B
Correct Answer
A command-line interpreter that provides a user interface for accessing the operating system's services
Explanation
A shell (e.g. bash, zsh, sh) reads commands typed by the user (or from a script) and executes them, acting as an interface between the user and the kernel.
Progress
10/100