在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来同步时间,确保时间的准确性和系统的一致性。