centOS ntp 설치

Jmnote (토론 | 기여)님의 2012년 10월 2일 (화) 00:59 판 (→‎설치 확인)

1 설치 확인

[root@jmnote ~]# rpm -qa ntp*

2 설치 위치

[root@localhost ~]# whereis ntp
ntp: /etc/ntp /etc/ntp.conf
[root@localhost ~]# which ntpq
/usr/sbin/ntpq
[root@localhost ~]# which ntpdate
/usr/sbin/ntpdate
[root@localhost ~]# which ntpd
/usr/sbin/ntpd
[root@localhost ntp]# service ntpd status
ntpd is stopped
  • 설정파일 ntp.conf는 /etc에 있다.
  • ntpq, ntpdate, ntpd는 /usr/sbin에 있다.
  • ntpd는 중지된 상태이다.

3 동기화 서버 설정

4 즉시 동기화

명령어
ntpdate 서버주소
실행 예시
[root@localhost ntp]# ntpdate time.windows.com

5 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}