리눅스에서는 rdate 라는 명령어로 시간을 동기화 합니다.
rdate - get the time via the network
~]# rdate -s time.kriss.re.kr
한국표준과학연구원(KRISS) 에서 운영하는 time server 인데 잘 안되네요.
~]# rdate -s time.bora.net
보라넷 시절부터 운영하는 (현재 LG U+) time server 인데 잘 됩니다.
보통은 시간 동기화시 하드웨어(cmos) 까지 세팅을 해야 하기 때문에
hwclock - query or set the hardware clock (RTC)
명령어를 조합해서 사용합니다.
결론은 아래 와 같이 사용하면 시간동기화 cmos 설정 까지 같이 됩니다.
~]# time -s time.bora.net | hwclock -w
'Server(Windows&Linux)' 카테고리의 다른 글
[Linux] path 설정 추가 하기 (0) | 2022.05.10 |
---|---|
[Linux] date 사용하기 + shell script (0) | 2021.03.04 |
[Linux] Tomcat Catalina.out 날짜 별로 만들기(feat. cronolog) (0) | 2020.03.24 |
[Linux] yum download only (다운로드) (0) | 2020.03.24 |
[Linux] rlwrap 설치 하기 ( oralce sqlplus history 사용 ) (0) | 2020.01.02 |