修改 Linux 服务器时间
Posted 年少有为
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了修改 Linux 服务器时间相关的知识,希望对你有一定的参考价值。
1、当前时间
[app@127-0-0-1 shine]$ date Wed Oct 23 11:44:30 CST 2019
2、修改时间
[app@127-0-0-1 shine]$ date -s "2019-10-23 12:00:00" Wed Oct 23 12:00:00 CST 2019
3、检查时间
[app@127-0-0-1 shine]$ date Wed Oct 23 12:00:05 CST 2019
以上是关于修改 Linux 服务器时间的主要内容,如果未能解决你的问题,请参考以下文章
linux打开终端如何启动scala,如何在终端下运行Scala代码片段?
Android 逆向Linux 文件权限 ( Linux 权限简介 | 系统权限 | 用户权限 | 匿名用户权限 | 读 | 写 | 执行 | 更改组 | 更改用户 | 粘滞 )(代码片段
修改MySQL密码报错“ERROR 1819 (HY000): Your password does not satisfy the current policy requirements“(代码片段