본문 바로가기
컴퓨터/리눅스(Linux)·우분투(Ubuntu)

우분투에서 시간 정확하게 맞추기

by All That Guy 2016. 4. 27.

우분투에서 시간 정확하게 맞추기:





컴퓨터 바이오스 시간은 정확히 현재 시간을 표시하고 있는데, 우분투에서 현재 시간을 정확히 표시하지 않고, ntp는 설치했을 때 시간을 현재 시간으로 맞추는 방법:


$ timedatectl

$ sudo timedatectl list-timezone

$ sudo timedatectl set-timezone 원하는_시간대



예:


$ sudo timedatectl set-timezone Asia/Seoul



확인하기:


$ timedatectl





이렇게 해도 시간이 맞지 않을 수가 있다. ntp를 이미 설치했다고 가정을 하면


$ sudo -i service ntp stop

$ sudo -i service ntp start



확인 하기:


$ date



참고로 이 방법도 유용하다:


$ sudo -i dpkg-reconfigure tzdata


그러면 설정 화면으로 바뀐다. 여기서 원하는 시간대를 선택하면 된다.







Copyright 2015. allthatguy. All rights reserved. Any contents of this blog cannot be used in any form without the author’s written permission.