apt install rdate rdate -s time-b.nist.gov 修改 /etc/timezone的時(shí)鐘為UTC時(shí)鐘.
echo "Asia/Shanghai" > /etc/timezone 2.修改時(shí)區(qū) 1 | $ sudo cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
|
3.同步時(shí)鐘服務(wù)器 1 | $ sudo ntpdate cn.pool.ntp.org
|
報(bào)錯(cuò) 21 Feb 03:04:30 ntpdate[19759]: the NTP socket is in use, exiting 解決方法,停止npdd服務(wù) 4.寫入BIOS
網(wǎng)上同步時(shí)間
1. 安裝ntpdate工具
# sudo apt-get install ntpdate
2. 設(shè)置系統(tǒng)時(shí)間與網(wǎng)絡(luò)時(shí)間同步
# ntpdate cn.pool.ntp.org
3. 將系統(tǒng)時(shí)間寫入硬件時(shí)間
# hwclock --systohc
|