Linux

Ubuntu 18.04 LTS ntpd 설치

사상의지평선 2020. 5. 12. 20:54

#1. 패키지 업데이트 

sudo apt-get update

 

#2. ntp 설치

sudo apt-get install ntp

 

#3. 서비스 시작 및 재부팅시에도 가동되도록 서비스 등록

sudo systemctl unmask ntp.service
sudo systemctl start ntp.service
sudo systemctl enable ntp.service