Which Linux command is used to show the system's current date and time? MCQ with Answer and Explanation

Which Linux command is used to show the system's current date and time?
A. date
B. time
C. timedatectl
D. clock
Answer: Option A
Solution (By JKExamLibrary)
date displays and sets the system date/time; timedatectl is systemd's tool for date/time management.

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 role of the Android 'AudioManager'?
A. To record audio
B. To manage Bluetooth audio
C. To control audio volume, rings, and sound modes
D. To play audio files

Correct Answer: Option C


Explanation:
AudioManager manages system audio settings like volume levels, ringer mode, and audio focus.

This question belongs to: Computer Operating Systems
Question #2 Report Error
Which of the following is a feature of the NTFS file system?
A. Lack of journaling
B. File compression and encryption
C. Case-insensitive filenames
D. Maximum file size of 4 GB

Correct Answer: Option B


Explanation:
NTFS supports file-level compression, encryption (EFS), and journaling; it also allows large file sizes.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows 11 feature utilizes hardware virtualization capabilities to create a secure, isolated enclave for sensitive core OS credentials?
A. Storage Spaces
B. Windows Defender Firewall
C. Virtualization-Based Security (VBS)
D. BitLocker Drive Encryption

Correct Answer: Option C


Explanation:
Virtualization-Based Security (VBS) uses hardware-level virtualization to isolate a secure memory region from the standard operating system layer.

This question belongs to: Computer Operating Systems