Linux 时间修改 不重启修改时区
Linux 时间修改 不重启修改时区
一、查看linux系统时间:
date -R
二、修改linux的时间
root使用date指令:date -s
1、只修改日期,不修改时间,输入:
Linux代码
1. date -s 2007-08-03
date -s 2007-08-03
2、只修改时间,输入:
Linux代码
1. date -s 14:15:00
date -s 14:15:00
3、同时修改日期时间,注意要加双引号,日期与时间之间有一空格,输入:
Linux代码
1. date -s "2007-08-03 14:15:00"
date -s "2007-08-03 14:15:00"
4、修改完后,记得输入:
Linux代码
1. clock -w
clock -w
把系统时间写入CMOS
郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。