知识屋:更实用的电脑技术知识网站
所在位置:首页 > 操作系统 > linux

ntpdate与hwclock命令

发布时间:2014-09-05 15:14:06作者:知识屋

ntpdate与hwclock命令
 
通过ntpdate命令获取网络时间并且将其作为硬件时间:
  www.zhishiwu.com  
/usr/sbin/ntpdate servername/ip && /sbin/hwclock --systohc > /dev/null 2>&1
 例: /usr/sbin/ntpdate tw.pool.ntp.org && /sbin/hwclock --systohc > /dev/null 2>&1
通用的servername:
asia.pool.ntp.org
cn.pool.ntp.org
hk.pool.ntp.org
tw.pool.ntp.org
sg.pool.ntp.org
 
手动设置系统时间:
date -s "time date"
date -s "12:30:00 20130204"
 
手动设置硬件时间:  www.zhishiwu.com  
hwclock --set --date="月/日/年 时:分:秒"(通用格式)
hwclock --set --date="2013/02/05 12:30:00" --->不用通用格式也可以
hwclock --set --date="20130205 12:30:00" ---->这样也行
 与crontab一起使用时注意crontab的时间是以系统时间为准的!
 
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)
收藏
  • 人气文章
  • 最新文章
  • 下载排行榜
  • 热门排行榜