码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 修改时区

时间:2019-04-22 00:36:17      阅读:205      评论:0      收藏:0      [点我收藏+]

标签:centos 6   系统   ping   new   nes   lis   系统时区   linu   verify   

CentOS 7修改方式如下:
# lsb_release -a  --查看系统版本-CentOS Linux release 7.6
# timedatectl     --查看当前系统时区
# ls -l /etc/localtime
# timedatectl list-timezones | grep ‘Dubai‘ 或者grep ‘Shanghai‘查看国内时期。这里我要修改为Dubai时间。
Asia/Dubai
# timedatectl set-timezone Asia/Dubai
# ll /etc/localtime
lrwxrwxrwx 1 root root 32 Apr 21 18:58 /etc/localtime -> ../usr/share/zoneinfo/Asia/Dubai
 
You need to use the ln command to set timezone on Centos 6. Type the following commands as root:
cp /etc/localtime /root/old.timezone
rm /etc/localtime
ln -s /usr/share/zoneinfo/America/Chicago /etc/localtime
Verify new settings by typing the following two commands:
date
ls -l /etc/localtime

Linux 修改时区

标签:centos 6   系统   ping   new   nes   lis   系统时区   linu   verify   

原文地址:https://www.cnblogs.com/rusking/p/10747682.html

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