红联Linux门户
Linux帮助

Ubuntu系统同步网络时间

发布时间:2016-11-01 16:24:32来源:linux网站作者:xshanj2
第一步,选择时区
# 第一个命令如果不行就用第二个
sudo tzconfig
sudo dpkg-reconfigure tzdata
 
第二步,同步时间,并写入硬件
# 安装ntpdate
sudo apt-get install ntpdate
# 同步时间,如果是美国服务器,则可以用us.pool.ntp.org
sudo ntpdate cn.pool.ntp.org
# 写入硬件
sudo hwclock  --systohc
 
本文永久更新地址:http://www.linuxdiyf.com/linux/25644.html