ntpdate时间同步
			Contents
		
			
		
		
		
		安装ntpdate工具
1
sudo apt-get install ntpdate
设置系统时间与网络时间同步
1
ntpdate cn.pool.ntp.org
将系统时间写入硬件时间
1
hwclock –systohc
安装ntpdate工具
1  | sudo apt-get install ntpdate  | 
设置系统时间与网络时间同步
1  | ntpdate cn.pool.ntp.org  | 
将系统时间写入硬件时间
1  | hwclock –systohc  |