Multiple choice general knowledge

Which of the below commands displays the time on most Linux and Unix computers?

  1. time

  2. date

  3. timex

  4. now

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

The 'date' command displays the current time and date on Unix/Linux systems. While 'time' exists as a command (it measures execution duration of other commands), 'date' is the standard time display command. 'timex' and 'now' are not standard time-display commands.