2020년 2월 8일 토요일

리눅스 : 시간제어 (timedatectl)

1) 시간설정
    timedatectl set-time "2017-07-11"

참조 : date 명령 사용
    date -s "2020-02-10 2:09:50"

2) NTP 시간 동기화 비활성
    timedatectl set-ntp no
    (or)
    timedatectl set-ntp 0

3) NTP 시간 동기화 
    timedatectl set-ntp yes

4) ntpd 서비스 활성화
    systemctl enable ntpd

5) ntpd 서비스 실행
    systemctl start ntpd

6) timezone 리스트를 확인
    timedatectl list-timezones | grep -i asia/s

7) timezone 을 Asia/Seoul 으로 변경
    timedatectl set-timezone Asia/Seoul

<참조1>
1) ls -l /etc/localtime
2) ls /usr/share/zoneinfo
3) ln -sf /usr/share/zoneinfo/Asia/Seoul /etc/localtime
4) ls -l /etc/localtime
    lrwxrwxrwx 1 root root 30  9월 26 09:46 /etc/localtime -> /usr/share/zoneinfo/Asia/Seoul

<참조2>
1) 시간 설정 : date -s 23:43:21
2) 날짜 설정 : date -s 2006-10-20
3) 날짜 시산 설정 : date -s '2006-10-20 23:43:21'

댓글 없음:

댓글 쓰기