CentOS6 ntp

・インストール

# yum install ntp

・時刻同期

# ntpdate ntp.nict.jp

・crontab に設定

# crontab -e
10  6  *  *  *  ntpdate ntp.nict.jp