码迷,mamicode.com
首页 > 其他好文 > 详细

Debian下修改系统时间的方式

时间:2020-07-02 20:07:13      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:sha   中国   hang   服务   apt   asi   lin   ntpdate   inf   

# 设置时区

# cp  /usr/share/zoneinfo/Asia/ShangHai  /etc/localtime     #时区为亚洲/上海

 

# 网络校时

# apt-get install ntpdate

# ntpdate 210.72.145.44        # 中国国家时间服务器: 210.72.145.44

 

# 手动校时

# date -s 11/6/2008                #2008年11月6日

# date -s 10:05:30                  #10点05分30秒

# hwclock -w                          # 每次开机,系统会重新从BIOS获得时间,所以要BIOS时间同步系统时间

                                               # hwclock 位于 util-linux包内

 

# 自动网络校时

# crontab -u root -e

Debian下修改系统时间的方式

标签:sha   中国   hang   服务   apt   asi   lin   ntpdate   inf   

原文地址:https://www.cnblogs.com/surplus/p/13226559.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!