# redhat 8.x 시간 동기화 / Centos 8.x #
linux 8.x 시간 동기화 방법 입니다.
기존에 7.x 버전은 rdate 를 사용 했지만 8 버전부터는 변경 되었습니다.
6 , 7버전 시간동기화 방법 링크 <—-
아래는 8 버전 동기화 방법 입니다.
[root@localhost ~]# date
2020. 08. 12. (수) 21:38:14 EDT
[root@localhost ~]# rpm -qa|grep timedate
timedatex-0.5-3.el8.x86_64
[root@localhost ~]# timedatectl set-timezone Asia/Seoul
[root@localhost ~]#
[root@localhost ~]# date
2020. 08. 13. (목) 11:01:15 KST