Changes between Version 1 and Version 2 of ntp
- Timestamp:
- 06/03/15 16:16:33 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified ntp
v1 v2 16 16 By default this uses ntp.ubuntu.com, but other servers can be added for better accuracy and resilience. 17 17 18 == To Check ntp is running 19 20 {{{ 21 #!sh 22 sudo /etc/init.d/ntp status 23 }}} 24 25 == To restart 26 27 {{{ 28 #!sh 29 sudo /etc/init.d/ntp restart 30 }}} 31 18 32 [[BackLinks]]