NTP

From TBwiki
Revision as of 15:23, 1 December 2010 by Luc Morissette (Talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

You can use the following command to check if it's enabled:

ntpdate -q
chkconfig --list | grep ntpd

If all the columns are 'off', then it's not enabled.


You can use the following command to enable NTP:

yum install ntpd
chkconfig ntpd on

Then use the following command to start it:

service ntpd start



Personal tools