Question:

The ________ is a text-based interface used to control a Linux computer.

Show Hint

The Linux Terminal is the gateway to the CLI. It runs a command interpreter (the shell) to process text inputs, making it a powerful and efficient way to control servers and automate tasks.
Updated On: Jun 18, 2026
  • Linux Terminal
  • Superuser
  • PowerShell
  • AD DS
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation



Step 1: Understanding Linux User Interfaces:

A user can interact with an operating system using two primary interfaces:
  • Graphical User Interface (GUI): Uses windows, icons, and menus for visual interaction.
  • Command Line Interface (CLI): A text-based interface where users type commands to perform tasks.


Step 2: Evaluating the Options:

  • Superuser (B): A high-privilege account type (root), not an interface.
  • PowerShell (C): An administrative scripting shell developed primarily for Windows, although cross-platform versions exist.
  • AD DS (D): A directory services server role in Windows Server.
  • Linux Terminal (A): The standard text-based window interface that runs the shell (like Bash), allowing users to type text commands directly to control and manage a Linux system.


Step 3: Conclusion:

Therefore, the text-based control interface in Linux is the Linux Terminal, corresponding to option (A).
Was this answer helpful?
0
0