叫我大侠
人可以失败,但不可以被击败
date命令修改Linux系统的时间无效

使用date设置linux时间不生效

date -s 16:32:11
clock -w
hwclock -w

过了一会儿时间又变回去了,

date
clock -r
hwclock -r

这时需要设置以下数据了

cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

现在时间就正常了,或者

ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
<< 上一篇 使用unix domain socket 让 nginx和php-fpm通信 MySQL运行状态show status详解 下一篇 >>
文章标签
随意 | Created At 2014 By William Clinton | 蜀ICP备14002619号-4 |