# date, ls 등에 나오는 시간은 한국 시간보다 9시간 느리게 표시된다.
# localtime(로컬시간)은 /etc/localtime 을 참조하고 기본 UTC 파일로 링크가 걸려 있다.
# 로컬시간을 서울로 링크하면 한국시간으로 표시된다.
sudo ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
# 링크 확인
ll /etc/localtime
lrwxrwxrwx 1 root root 30 11월 28 15:40 /etc/localtime -> /usr/share/zoneinfo/Asia/Seoul
comments:
댓글 쓰기