010-160 · Question #47
Which of the following can be used to access the command line?
The correct answer is B. Terminal. A terminal (terminal emulator) is the standard tool used to access the command-line interface in a Linux or Unix-like environment.
Question
Options
- ABIOS
- BTerminal
- CXWindow
- DFirefox
- EXargs
How the community answered
(32 responses)- B91% (29)
- D3% (1)
- E6% (2)
Why each option
A terminal (terminal emulator) is the standard tool used to access the command-line interface in a Linux or Unix-like environment.
BIOS (Basic Input/Output System) is low-level firmware that initializes hardware at boot time; it does not provide an operating system command-line interface.
A terminal emulator (such as gnome-terminal, xterm, or Konsole) provides a text-based interface that allows users to enter shell commands, making it the direct method for accessing the command line in both graphical and headless environments.
X Window (X11) is a graphical windowing system and display server; it is not itself a command-line interface, though terminal emulators run within it.
Firefox is a graphical web browser and has no facility for running operating system shell commands.
Xargs is a command-line utility that reads input and builds command arguments; it is used within the command line, not a means of accessing it.
Concept tested: Accessing the Linux command-line via terminal
Source: https://tldp.org/LDP/intro-linux/html/sect_02_01.html
Topics
Community Discussion
No community discussion yet for this question.