리눅스

Total 331
Today 0
profile_image
슈퍼아이피
18-01-04 23:03 0개 15회
설치문서
시간 동기화

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


댓글목록

등록된 댓글이 없습니다.