CentOS   发布时间:2022-05-09  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了CentOS7修改服务器系统时间的方法大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

未知何故,服务器上的系统时间不对,比实际的UTC快了将近63分钟。在涉及本地文件与远程服务器文件的时间戳校验时,容易产生混淆。

这里把系统时间更正的过程记录如下。

资料:http://www.centoscn.com/CentOS/config/2015/0723/5901.html

在CentOS 7里面有一个命令timedatectl可以帮助我们修改服务器的时区。

1. 查看服务器里的时间设置 timedatectl ,它等同于 timedatectl status :

$ timedatectl
Local time: Mon 2016-08-29 16:20:35 CST
Universal time: Mon 2016-08-29 08:20:35 UTC
RTC time: Mon 2016-08-29 08:18:07
Time zone: Asia/Shanghai (CST,+0800)
NTP enabled: yes
NTP synchronized: no
RTC in local TZ: no
DST active: n/a

2. 了解 timedatectl 命令的各个参数:

$ timedatectl -h
timedatectl [OPTIONs...] COMMAND ...
Query or change system time and date setTings.
-h --Help Show this Help message
--version Show package version
--no-pager Do not pipe output into a pager
--no-ask-password Do not prompt for password
-H --host=[USER@]HOST Operate on remote host
-M --machine=CONTAINER Operate on local container
--adjust-system-clock Adjust system clock when changing local RTC mode
Commands:
status Show current time setTings
set-time TIME Set system time
set-timezone ZONE Set system time zone
list-timezones Show kNown time zones
set-local-rtc BOOL Control whether RTC is in local time
set-ntp BOOL Control whether NTP is enabled

3. 设置时间

$ sudo timedatectl set-time 15:26:58$ timedatectl
Local time: Mon 2016-08-29 15:27:00 CST
Universal time: Mon 2016-08-29 07:27:00 UTC
RTC time: Mon 2016-08-29 07:27:00
Time zone: Asia/Shanghai (CST,+0800)
NTP enabled: no
NTP synchronized: no
RTC in local TZ: no
DST active: n/a

PS:下面看下CentOS修改服务器系统时间

linux安装完毕后,一般都是国外的世界,一点都不方便设置任务,或者导致网站获取本地的时间错乱,所以就需要把服务器的时间改为和本地时间一致,也就是换成中国的时间。

第一条指令:date Cs '2016-10-31 10:10:10'

第二条指令:clock Cw //将日期写入CMOS

时间按照上面的格式,操作完毕可以再用

date

查看服务器时间,如果和设置的一样,就表示成功了

CentOS7修改服务器系统时间的方法

以上所述是小编给大家介绍的CentOS7修改服务器系统时间的方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对编程小技巧网站的支持!

您可能感兴趣的文章:

  • 在CentOS上MySQL数据库服务器配置方法
  • CentOS(LinuX)下的apache服务器配置与管理方法分享
  • linux服务器用centos还是ubuntu系统
  • CentOS 6.4安装配置LNMP服务器(Nginx+php+MySQL)
  • CentOS 6.4安装配置LAMP服务器(Apache+php5+MySQL)
  • linux时间同步ntp服务的安装与配置
  • linux配置ntp服务器的方法
  • CentOS 7 搭建ntp时钟服务器的步骤详解

大佬总结

以上是大佬教程为你收集整理的CentOS7修改服务器系统时间的方法全部内容,希望文章能够帮你解决CentOS7修改服务器系统时间的方法所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。
标签: