查看时区 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