-a | Enable authentication mode (default). |
-A | Disable authentication mode. |
-b | Synchronize using NTP broadcast messages. |
-c conffile |
| Specify the name and path of the configuration file. (Disable netinfo?) |
-d | Specify debugging mode. This flag may occur multiple times, with each occurrence indicating greater detail of display. |
-D level |
| Specify debugging level directly. |
-f driftfile |
| Specify the name and path of the drift file. |
-g | Normally, ntpd exits if the offset exceeds the sanity limit, which is 1000 s by default. If the sanity limit is set to zero, no sanity checking is performed and any offset is acceptable. This option overrides the limit and allows the time to be set to any value without restriction; however, this can happen only once. After that, ntpd will exit if the limit is exceeded. This option can be used with the -q option. |
-k keyfile |
| Specify the name and path of the file containing the NTP authentication keys. |
-l logfile |
| Specify the name and path of the log file. The default is the system log facility. |
-L | Listen to virtual IPs. |
-m | Synchronize using NTP multicast messages on the IP multicast group address 224.0.1.1 (requires multicast kernel). |
-n | Do not fork. |
-N priority |
| To the extent permitted by the operating system, run the ntpd at a high priority. |
-p pidfile |
| Specify the name and path to record the s process ID. |
-P | Override the priority limit set by the operating system. Not recommended for sissies. |
-q | Exit the ntpd just after the first time the clock is set. This behavior mimics that of the ntpdate(8) program, which is to be retired. The -g and -x options can be used with this option. |
-r broadcastdelay |
| Specify the default propagation delay from the broadcast/multicast server and this computer. This is necessary only if the delay cannot be computed automatically by the protocol. |
-s statsdir |
| Specify the directory path for files created by the statistics facility. |
-t key | Add a key number to the trusted key list. |
-v variable -V variable |
| Add a system variable listed by default. |
-x | Normally, the time is slewed if the offset is less than the step threshold, which is 128 ms by default, and stepped if above the threshold. This option forces the time to be slewed in all cases. If the step threshold is set to zero, all offsets are stepped, regardless of value and regardless of the -x option. In general, this is not a good idea, as it bypasses the clock state machine which is designed to cope with large time and frequency errors Note: Since the slew rate is limited to 0.5 ms/s, each second of adjustment requires an amortization interval of 2000 s. Thus, an adjustment of many seconds can take hours or days to amortize. This option can be used with the -q option. |
|