Ubuntu如何同步网络时间

1.安装ntpdate工具

sudo apt-get install ntpdate

2.将系统时间与网络同步

ntpdate cn.pool.ntp.org

3.将时间写入硬件

hwclock --systohc

4.查看时间是否已同步

date

原文地址:https://www.cnblogs.com/wjundong/p/11342608.html