Multiple choice technology operating systems

Which command will display a calendar?

  1. ls

  2. cat

  3. grep

  4. cal

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The cal command displays a calendar in Unix/Linux systems. ls lists directory contents, cat shows file contents, and grep searches for text patterns. Only cal is designed for calendar display.