System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

sntpd

An SNTP server. It should not be invoked manually. More information: https://linux.die.net/man/8/snmpd.
  • Start the daemon:
    sntpd
  • Overwrite existing state with the local clock (stratum 1), for running a master/primary server, without synchronizing with another (higher stratum) server:
    sntpd -L
  • Use a custom file for the SNTP state:
    sntpd -z {{path/to/state.bin}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.