Use the rdate command of linux to display the date and time of other hosts
This article is about using the rdate command of linux to display the date and time of other hosts. I think it is very practical, so I share it with you. I hope you can get something after reading this article. Let's take a look at it.
Execute the rdate command to ask the local area network or other hosts on the network about the system time and print it out. You can also synchronize the time of other hosts to local time.
Syntax format: rdate [parameters] [IP]
Common parameters:
-p displays the date and time of the remote host-s saves the date and time received from the remote host to the local host system time-u transport protocol uses UDP protocol-l uses syslog to display error messages-t sets the timeout
Reference example
Time to get "time.nist.gov":
[root@linuxcool] # rdate-p time.nist.govrdate: [time.nist.gov] Sun Jun 30 00:45:51 2019
Get the time of "time.nist.gov&" and synchronize it to native time:
[root@linuxcool] # rdate-p-s time.nist.govrdate: [time.nist.gov] Sun Jun 30 00:49:23 2019 is to use linux's rdate command to display the dates and times of other hosts. The editor believes that there are some knowledge points that we may see or use in our daily work. I hope you can learn more from this article. For more details, please follow the industry information channel.