Category Archives: *nix

Linux show date and time

In order to show the date and time in Linux, just run this.

$ date

The output will look something like this.

Fri Feb 25 14:39:34 UTC 2022

That’s all.