NTP
From TBwiki
Revision as of 14:23, 1 December 2010 by Luc Morissette (Talk | contribs)
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