centos 时区和时间设置

前端之家收集整理的这篇文章主要介绍了centos 时区和时间设置前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
查看时区
tzselect

设置时区

[root@db-server~]#date-R
Sun,11Jan201518:42:49-0800
[root@db-server~]#cd~
[root@db-server~]#vi.bash_profile
PATH=$PATH:$HOME/bin

TZ='Asia/Shanghai';exportTZ
exportPATH


[root@db-server~]#source.bash_profile
[root@db-server~]#date-R
Mon,12Jan201510:44:35+0800


时间同步
yuminstallntpntpdatentp-doc//安装ntp服务
chkconfigntpdon//开启同步
watchntpq-p//查看ntpq开启状态
ntpdatepool.ntp.org//同步服务器上的时间
ntpdatecn.pool.ntp.org
ntpdateasia.pool.ntp.org

配置文件:cat/etc/ntp.conf
cat/etc/sysconfig/ntpd


----启动
servicentpdstart

/etc/rc.d/init.d/ntpdstart
----停止
servicentpdstop
/etc/rc.d/init.d/ntpdstop

原文链接:https://www.f2er.com/centos/379667.html

猜你在找的CentOS相关文章