우분투에서 시간 정확하게 맞추기:
컴퓨터 바이오스 시간은 정확히 현재 시간을 표시하고 있는데, 우분투에서 현재 시간을 정확히 표시하지 않고, 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.
'컴퓨터 > 리눅스(Linux)·우분투(Ubuntu)' 카테고리의 다른 글
우분투(Ubuntu) 16.04 LTS Xenial Xerus에 오페라(Opera) 웹 브라우져 설치 (0) | 2016.05.04 |
---|---|
유닉스/리눅스 명령어 'ls' (0) | 2016.05.04 |
우분투 최신판(Standard Release) 또는 LTS? (0) | 2016.05.01 |
터미널에서 우분투 판(버전)을 확인할 수 있는 방법 (0) | 2016.04.27 |
우분투(Ubuntu)에서 구글 크롬(Google Chrome)을 설치하는 방법: (0) | 2016.04.27 |