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 JKSSB Mock Tests)
'nano', 'vi', and 'vim' are classic text editor utilities that operate natively within terminal interfaces to configure text files.

Discuss this Question (0)

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

Practice More Operating Systems Questions

Question #1
What is the purpose of the Android 'FragmentManager'?
A. To manage fragments (UI components) within an activity
B. To handle fragment transactions
C. To manage activities
D. Both A and C

Correct Answer: Option D


Explanation:
FragmentManager handles adding, removing, and replacing fragments, as well as managing back stack.

This question belongs to: Computer Operating Systems
Question #2
Which component of Windows stores configuration settings for hardware, software, and users?
A. Registry
B. System Configuration
C. Group Policy
D. Event Viewer

Correct Answer: Option A


Explanation:
The Windows Registry is a hierarchical database that stores configuration settings for the OS, applications, and hardware.

This question belongs to: Computer Operating Systems
Question #3
In Windows, the 'Diskpart' command can be scripted using:
A. A text file with commands and 'diskpart /s script.txt'
B. Batch files
C. All of the above
D. PowerShell

Correct Answer: Option C


Explanation:
diskpart supports scripts via /s, and can be used within PowerShell or batch files for automation.

This question belongs to: Computer Operating Systems