Linux rdate command
-- Learning is not just about technology, but also about dreams!
- Home
- HTML
- JavaScript
- CSS
- Vue
- React
- Python3
- Java
- C
- C++
- C#
- AI
- Go
- SQL
- Linux
- VS Code
- Bootstrap
- Git
- Local Bookmarks
Linux Tutorial
Linux TutorialLinux IntroductionLinux InstallationLinux Cloud ServerWSL Install LinuxLinux System Boot ProcessLinux System Directory StructureLinux Forgot Password SolutionsLinux Remote LoginLinux File Basic AttributesLinux File and Directory ManagementLinux User and User Group ManagementLinux Disk ManagementLinux vi/vimLinux yum commandLinux apt command
Shell Tutorial
Shell TutorialShell VariablesShell Passing ArgumentsShell ArraysShell OperatorsShell echo commandShell printf commandShell test commandShell Process ControlShell FunctionsShell Input/Output RedirectionShell File Inclusion
Linux Reference Manual
Linux Command ManualNginx Installation and ConfigurationMySQL Installation and ConfigurationLinux Quiz
Nginx Installation and Configuration
Linux rdate command
The Linux rdate command is used to display the date and time of other hosts.
Execute the rdate instruction to query the system time from another host and display it.
Syntax
rdate [hostname or IP address...]
Parameters:
- -p Display the date and time of the remote host.
- -s Set the local host's system time to the date and time received from the remote host.
- -u Use UDP protocol for transmission
- -l Use syslog to display error messages
- -t<timeout> Set the timeout duration
YouTip