Which Linux command is used to set or change the system's time zone? MCQ with Answer and Explanation

Which Linux command is used to set or change the system's time zone?
A. date -s
B. timedatectl
C. timezone
D. tzselect
Answer: Option B
Solution (By JKExamLibrary)
timedatectl set-timezone is the modern systemd command; tzselect is interactive but only sets environment.

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 primary function of the 'Page Table' in virtual memory systems?
A. To log the date and time files were created.
B. To record the collection of active internet cookies.
C. To map the virtual addresses used by a process to corresponding physical addresses in RAM.
D. To arrange text content in alphabetical order.

Correct Answer: Option C


Explanation:
The page table is a structural database used by the Memory Management Unit (MMU) to translate a process's virtual memory pages into real RAM frames.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which file system option developed by Microsoft is explicitly optimized for flash memory storage drives like USB thumb drives and SD cards?
A. FAT12
B. exFAT
C. NTFS
D. ext2

Correct Answer: Option B


Explanation:
exFAT (Extended File Allocation Table) was introduced to bridge the gap between FAT32 and NTFS, specifically optimized for portable flash storage units.

This question belongs to: Computer Operating Systems
Question #3 Report Error
What is the purpose of the Android 'UsbManager'?
A. To control USB charging
B. To detect USB devices
C. To manage USB device connections and communication
D. To manage USB storage

Correct Answer: Option C


Explanation:
UsbManager provides access to USB devices connected to the Android device, allowing communication via USB.

This question belongs to: Computer Operating Systems