Login
Preferences
Help/Guide
About Trac
Home
Context Navigation
←
Previous Change
Wiki History
Next Change →
Changes between
Version 1
and
Version 2
of
ntp
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
06/03/15 16:16:33 (
9 years
ago)
Author:
Richard Bramley
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
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]]