CentOS 5/6 버전일 경우, ntpd 를 설치해두면 자동으로 계속 동기화 되어 따로 신경쓸 필요가 없어집니다.
yum -y install ntp
# CentOS 6 일 경우.
/etc/init.d/ntpd start
/sbin/chkconfig ntpd on
# CentOS 7 일 경우.
/usr/bin/systemctl start ntpd.service
/usr/bin/systemctl enable ntpd.service
ntpdate -d 0.centos.pool.ntp.org
date

댓글목록
등록된 댓글이 없습니다.