2017. 3. 20. 19:08ㆍ제2외국어/Linux
Fedora 설치 후 파일 확인하는 작업 중에 시간이 맞지 않은 부분이 있었습니다.
timedatectl status 명령어를 통해 확인한 결과 Time zone이 한국이 아니라 다른 곳으로 되어 있는걸 확인
Local time: Mon 2017-03-20 17:51:03 EDT Universal time: Mon 2017-03-20 08:51:03 UTC RTC time: Mon 2017-03-20 08:51:03 |
EDT → KST (Korea) 로 변경합니다.
ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
다시 명령어 timedatectl status 로 변경된걸 확인합니다.
Local time: Mon 2017-03-20 17:51:03 KST Universal time: Mon 2017-03-20 08:51:03 UTC RTC time: Mon 2017-03-20 08:51:03 |
시간 설정완료.
(+) 다른 Timezone 리스트를 확인하기 위해서는 timedatectl list-timezones 명령어를 사용하면 됩니다.
참고했던 URL 입니다.
구글 키워드 : fedora time sync
http://www.tecmint.com/set-time-timezone-and-synchronize-time-using-timedatectl-command/
'제2외국어 > Linux' 카테고리의 다른 글
[Linux/AIX/HPUX/SUN]다른 Linux 에서 md5sum 사용 (0) | 2019.03.13 |
---|---|
[Ubuntu]하드웨어 관련 정보 얻기 (0) | 2016.03.23 |
Windows Boot Manager관련 이슈 (2) | 2016.02.26 |
[Ubuntu]CPU Core 수 확인하기. (0) | 2014.12.17 |
[Ubuntu]apt-get update 오류해결하기. (0) | 2014.12.11 |