Which Linux terminal command allows a user to safely change their current working directory location? MCQ with Answer and Explanation

Which Linux terminal command allows a user to safely change their current working directory location?
A. mv
B. chown
C. cd
D. dir
Answer: Option C
Solution (By JKExamLibrary)
The 'cd' command stands for 'change directory' and is used to switch locations across folders in CLI navigation.

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
What is the purpose of the Windows 'Disk Cleanup' tool?
A. To defragment the hard drive
B. To format a disk
C. To check disk errors
D. To remove temporary and unnecessary files to free up disk space

Correct Answer: Option D


Explanation:
Disk Cleanup scans for files that can be safely deleted, such as temporary files, recycle bin, and system caches.

This question belongs to: Computer Operating Systems
Question #2 Report Error
What is the role of the 'swap space' in Linux?
A. It is used for temporary file storage
B. It serves as virtual memory (paging space) on disk
C. It stores system logs
D. It caches frequently accessed files

Correct Answer: Option B


Explanation:
Swap space is a partition or file used as an extension of physical memory, allowing the system to page out inactive memory pages.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which of the following components acts as the primary layout engine and application foundation for the Android runtime interface?
A. DirectX Interface
B. Java API Framework
C. MS-DOS Prompt
D. Windows Installer Subsystem

Correct Answer: Option B


Explanation:
The Java API Framework exposes the core capabilities of the Android operating system through standard classes and high-level programming interfaces.

This question belongs to: Computer Operating Systems