What is the function of the Linux 'cron' utility? MCQ with Answer and Explanation

What is the function of the Linux 'cron' utility?
A. Compresses files
B. Schedules jobs to run at specified times or intervals
C. Manages network connections
D. Monitors system logs
Answer: Option B
Solution (By JKExamLibrary)
cron is a time-based job scheduler that executes scripts or commands automatically according to a schedule.

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 of the following is a type of process scheduling algorithm that uses multiple queues with different priorities?
A. Round Robin
B. Priority Scheduling
C. Multilevel Queue Scheduling
D. First-Come, First-Served

Correct Answer: Option C


Explanation:
Multilevel queue partitions processes into separate queues based on priority, with scheduling policies for each queue.

This question belongs to: Computer Operating Systems
Question #2 Report Error
In Windows, the 'Windows Update' service is responsible for:
A. Downloading and installing updates for the OS and other Microsoft products
B. Updating device drivers
C. Installing new applications
D. Managing system restore points

Correct Answer: Option A


Explanation:
Windows Update provides security patches, feature updates, and driver updates from Microsoft.

This question belongs to: Computer Operating Systems
Question #3 Report Error
Which Windows feature allows full volume disk encryption to protect system files and user data from unauthorized access if a device is stolen?
A. BitLocker
B. Windows Hello
C. Windows Defender
D. Storage Spaces

Correct Answer: Option A


Explanation:
BitLocker Drive Encryption is an advanced security feature that encrypts entire logical volumes to prevent offline data access or physical tampering.

This question belongs to: Computer Operating Systems