Which Linux terminal tool is traditionally used to modify or edit configuration text files directly within the terminal screen without a GUI? MCQ with Answer and Explanation

Which Linux terminal tool is traditionally used to modify or edit configuration text files directly within the terminal screen without a GUI?
A. LibreOffice
B. Bash
C. nano (or vi/vim)
D. GIMP
Answer: Option C
Solution (By JKExamLibrary)
'nano', 'vi', and 'vim' are classic text editor utilities that operate natively within terminal interfaces to configure text files.

This question belongs to: Computer Operating Systems

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Operating Systems Questions

Question #1 Report Error
Which Windows terminal application replaces the older command prompt environment to provide advanced object-oriented scripting and automation features?
A. MS-DOS Prompt
B. PowerShell
C. Bash Shell
D. Telnet client

Correct Answer: Option B


Explanation:
Windows PowerShell is an advanced task automation and configuration management framework consisting of a command-line shell and scripting language.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the primary objective of a 'Cold Boot' procedure?
A. Running an offline antivirus scan.
B. Restarting the computer purely through terminal soft commands.
C. Lowering the operational temperature of the CPU fan.
D. Starting up a computer system that was completely powered off, initializing hardware components anew.

Correct Answer: Option D


Explanation:
A cold boot occurs when the power switch is flipped from 'Off' to 'On', triggering a complete hardware check and OS load from scratch.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the Android 'Sandbox'?
A. To provide a virtual environment for testing
B. To restrict app access to system resources and data, enhancing security
C. To store temporary files
D. To run multiple instances of the same app

Correct Answer: Option B


Explanation:
Android's sandboxing isolates each app, preventing it from accessing other apps' data or system functions without permissions.

This question belongs to: Computer Operating Systems