Forrest logo
back to context overview

ntpdate

List of commands for ntpdate:

  • ntpdate:tldr:11435 ntpdate: Synchronize and set date and time.
    $ sudo ntpdate ${host}
    try on your machine
    explain this command
  • ntpdate:tldr:22e07 ntpdate: Use an unprivileged port in case a firewall is blocking privileged ports.
    $ sudo ntpdate -u ${host}
    try on your machine
    explain this command
  • ntpdate:tldr:6adf7 ntpdate: Query the host without setting the time.
    $ ntpdate -q ${host}
    try on your machine
    explain this command
  • ntpdate:tldr:6f2d6 ntpdate: Force time to be stepped using `settimeofday` instead of `slewed`.
    $ sudo ntpdate -b ${host}
    try on your machine
    explain this command
back to context overview