Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
268
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. [root@noc noc]# ntpd -v
  2. ntpd: illegal option -- v
  3. ntpd - NTP daemon program - Ver. 4.2.6p5
  4. USAGE: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
  5. [root@noc noc]# ntpd -h
  6. ntpd: illegal option -- h
  7. ntpd - NTP daemon program - Ver. 4.2.6p5
  8. USAGE: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
  9. [root@noc noc]# ntpd --help
  10. ntpd - NTP daemon program - Ver. 4.2.6p5
  11. USAGE: ntpd [ -<flag> [<val>] | --<name>[{=| }<val>] ]...
  12. Flg Arg Option-Name Description
  13. -4 no ipv4 Force IPv4 DNS name resolution
  14. - prohibits these options:
  15. ipv6
  16. -6 no ipv6 Force IPv6 DNS name resolution
  17. - prohibits these options:
  18. ipv4
  19. -a no authreq Require crypto authentication
  20. - prohibits these options:
  21. authnoreq
  22. -A no authnoreq Do not require crypto authentication
  23. - prohibits these options:
  24. authreq
  25. -b no bcastsync Allow us to sync to broadcast servers
  26. -c Str configfile configuration file name
  27. -d no debug-level Increase output debug message level
  28. - may appear multiple times
  29. -D Str set-debug-level Set the output debug message level
  30. - may appear multiple times
  31. -f Str driftfile frequency drift file name
  32. -g no panicgate Allow the first adjustment to be Big
  33. - may appear multiple times
  34. -i Str jaildir Jail directory
  35. -I Str interface Listen on an interface name or address
  36. - may appear multiple times
  37. -k Str keyfile path to symmetric keys
  38. -l Str logfile path to the log file
  39. -L no novirtualips Do not listen to virtual interfaces
  40. -m no mlock Lock memory
  41. -n no nofork Do not fork
  42. -N no nice Run at high priority
  43. -p Str pidfile path to the PID file
  44. - may appear up to 2 times
  45. -P Num priority Process priority
  46. -q no quit Set the time and quit
  47. -r Str propagationdelay Broadcast/propagation delay
  48. Str saveconfigquit Save parsed configuration and quit
  49. -s Str statsdir Statistics file location
  50. -t Str trustedkey Trusted key number
  51. - may appear multiple times
  52. -u Str user Run as userid (or userid:groupid)
  53. - may appear up to 2 times
  54. -U Num updateinterval interval in seconds between scans for new or dropped interfaces
  55. Str var make ARG an ntp variable (RW)
  56. - may appear multiple times
  57. Str dvar make ARG an ntp variable (RW|DEF)
  58. - may appear multiple times
  59. -x no slew Slew up to 600 seconds
  60. -! opt version Output version information and exit
  61. -? no help Display extended usage information and exit
  62. -! no more-help Extended usage information passed thru pager
  63.  
  64. Options are specified by doubled hyphens and their name or by a single
  65. hyphen and the flag character.
  66.  
  67. The following option preset mechanisms are supported:
  68. - examining environment variables named NTPD_*
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement