在Ubuntu系统中,可以通过以下步骤来设置系统时间同步:
打开终端(Ctrl+Alt+T)。
使用以下命令安装ntpdate工具:
sudo apt-get update
sudo apt-get install ntpdate
sudo ntpdate ntp.ubuntu.com
*/5 * * * * root ntpdate ntp.ubuntu.com
这将使系统每5分钟同步一次时间。
sudo service cron restart
通过以上步骤,就可以设置Ubuntu系统时间同步。