千家信息网

CentOS7怎么修改服务器系统时间

发表于:2024-09-22 作者:千家信息网编辑
千家信息网最后更新 2024年09月22日,本篇内容介绍了"CentOS7怎么修改服务器系统时间"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!在
千家信息网最后更新 2024年09月22日CentOS7怎么修改服务器系统时间

本篇内容介绍了"CentOS7怎么修改服务器系统时间"的有关知识,在实际案例的操作过程中,不少人都会遇到这样的困境,接下来就让小编带领大家学习一下如何处理这些情况吧!希望大家仔细阅读,能够学有所成!

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

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

$ timedatectllocal time: mon 2016-08-29 16:20:35 cstuniversal time: mon 2016-08-29 08:20:35 utcrtc time: mon 2016-08-29 08:18:07time zone: asia/shanghai (cst, +0800)ntp enabled: yesntp synchronized: nortc in local tz: nodst active: n/a

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

$ timedatectl -htimedatectl [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 modecommands:status show current time settingsset-time time set system timeset-timezone zone set system time zonelist-timezones show known time zonesset-local-rtc bool control whether rtc is in local timeset-ntp bool control whether ntp is enabled

3. 设置时间

$ sudo timedatectl set-time 15:26:58$ timedatectllocal time: mon 2016-08-29 15:27:00 cstuniversal time: mon 2016-08-29 07:27:00 utcrtc time: mon 2016-08-29 07:27:00time zone: asia/shanghai (cst, +0800)ntp enabled: nontp synchronized: nortc in local tz: nodst active: n/a

ps:下面看下centos修改服务器系统时间

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

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

第二条指令:clock -w //将日期写入cmos

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

date

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

"CentOS7怎么修改服务器系统时间"的内容就介绍到这里了,感谢大家的阅读。如果想了解更多行业相关的知识可以关注网站,小编将为大家输出更多高质量的实用文章!

0