기타
AWS EC2의 시간 변경하기 (TimeZone 변경하기)
Yusang
2021. 2. 5. 08:25
AWS EC2의 시간 변경하기 (TimeZone 변경하기)
root 계정으로 변경한 뒤, 진행합니다.
root 계정으로 변경
sudo su - root
아래의 명령을 차래로 진행합니다.
rm /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
date 명령어를 통해 현재 시간이 제대로 설정된 것을 확인할 수 있습니다.