View current date and time using date command



Configuration for GNU Linux Fedora Computer using Linux Command

 

   The date command can be use to display current date and time on your Linux system.  The command example below show the use of date command to display current date and time on the system.

1. date Command Example:

[root@fedora ~]#  date 

 

2.  date Command output:

display current date and time on Linux using date command

[root@fedora ~]# date

Tue Jul 29 01:36:51 EDT 2008

[root@fedora ~]#

 

Help and manual for date command:

[root@fedora ~]# man date

[root@fedora ~]# info date

[root@fedora ~]# date --help

 




0 comments: