/etc/timezone 썸네일형 리스트형 [draft] /etc/timezone도 수동으로 업데이트 /etc/timezone도 수동으로 업데이트우분투 계열에서는 명령어로 타임존 변경 시 /etc/timezone도 같이 갱신되도록 처리할 수 있습니다 UI 대화식 설정sudo dpkg-reconfigure tzdata비대화식 설정echo "Asia/Seoul" | sudo tee /etc/timezonesudo dpkg-reconfigure -f noninteractive tzdata확인 명령어현재 타임존 확인/etc/localtime만 수정하며 /etc/timezone은 갱신 안함timedatectl/etc/localtime 확인실질적으로 시스템 타임존을 결정하는 파일 (심볼릭 링크)ls -l /etc/localtime/etc/timezone 내용 확인일부 배포판에서 사용하는 설명용 파일 (수동 갱신 필.. 더보기 이전 1 다음