在Ubuntu系統中使用ntpd(網絡時間協議守護進程)是為了確保系統時間的準確性。以下是使用ntpd的原因和步驟:
sudo timedatectl set-ntp no
sudo apt-get install ntp
/etc/ntp.conf
文件,配置主時間同步服務器和備用服務器。例如:server ntp.tencent.com
server ntp1.tencent.com
server ntp2.tencent.com
server ntp3.tencent.com
sudo systemctl restart ntp
timedatectl status
命令檢查ntpd服務是否正在運行,并且系統時鐘是否已同步。通過上述步驟,可以在Ubuntu系統中有效地使用ntpd來同步時間,確保時間的準確性和系統的一致性。