nerdexam
LPI

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.

Finding Your Way on a Linux System

Question

Which of the following can be used to access the command line?

Options

  • ABIOS
  • BTerminal
  • CXWindow
  • DFirefox
  • EXargs

How the community answered

(32 responses)
  • B
    91% (29)
  • D
    3% (1)
  • E
    6% (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.

ABIOS

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.

BTerminalCorrect

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.

CXWindow

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.

DFirefox

Firefox is a graphical web browser and has no facility for running operating system shell commands.

EXargs

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

#terminal#command line#CLI access#shell

Community Discussion

No community discussion yet for this question.

Full 010-160 Practice