티스토리 뷰

CentOS 7

리눅스 배포판 버전 확인

# grep . /etc/*-release


# rpm -qa *-release

시간 설정 및 Time Zone 변경

  • 확인

# date
  • 서울 Time Zone 정보 위치


# /usr/share/zoneinfo/Asia/Seoul
  • 서버 시간 설정파일에 심볼릭 링크 추가


# mv /etc/localtime /etc/localtime_backup
# ln -s /usr/share/zoneinfo/Asia/Seoul /etc/localtime
  • timedatectl 사용

# timedatectl set-timezone Asia/Seoul


'ICT Eng > Linux' 카테고리의 다른 글

[Linux] CentOS 7 서비스 관리  (0) 2018.04.10
댓글