CentOS系统时间和时区查看以及修改的方法
AI摘要:本文介绍了在CentOS系统中查看和修改系统时间和时区的方法。首先,通过使用命令"date"可以查看系统当前的时间。然后,使用命令"date -s"可以修改系统的时间,例如"date -s 03/04/2013"将系统日期设定为2013年03月04日,"date -s 110:38"将系统时间设定为上午10:38。接下来,通过使用命令"date -R"可以查看当前的时区。要修改时区,可以使用命令"cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime"将上海时区写入当前时区,并确认覆盖提示。最后,使用命令"date"可以查看修改后的时区和时间,例如"CST,中国时区"。
一、时间修改
远程连接到centos 或者直接登录系统
date 查看系统时间
date -s 修改时间
看下面的例子
date -s 03/04/2013(将系统日期设定为2013年03月04日)
date -s 110:38(将系统时间设定为上午 10:38)
二、时区修改
先查看时区
date -R
修改时区:
(将Asia/shanghai-上海时区写入当前时区)
cp -f /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
提示是否覆盖,输入Y回车,
然后
date
查看时区和时间(CST,中国时区)
关闭
复制链接
https://imsun.org/archives/286.html
Warning: Undefined array key "HTTP_ACCEPT_LANGUAGE" in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4
Deprecated: stripos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /www/sites/imsun.org/index/usr/themes/farallon/comments.php on line 4