# redhat 8.x 시간 동기화 / Centos 8.x #

# 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 ~]# … Read more

Redhat , CentOS , RockyLinux 8.x 시간 동기화 설정 (9.x 가능)

linux 8.x 시간 동기화 방법 입니다. 9 버전도 가능하고 Centos 8 , redhat 8,9 , rockylinux 8,9 버전도 가능 합니다. 현재 시간은 2023. 07. 04. (화) 13:50:46   시간 확인 [root@localhost ~]# date 2023. 06. 30. (금) 07:30:29 EDT timezone 을 변경 했지만 시간이 더 맞지 않습니다. [root@localhost ~]# timedatectl set-timezone Asia/Seoul [root@localhost ~]# [root@localhost … Read more