Commit 37567a47fe957bdd7ed1470f86538df9cb20169c
1 parent
11b9cfe7
Updates chapter1.md
Auto commit by GitBook Editor
Showing
1 changed file
with
2 additions
and
0 deletions
chapter1.md
| @@ -14,5 +14,7 @@ cat /etc/centos-release | @@ -14,5 +14,7 @@ cat /etc/centos-release | ||
| 14 | //---------- 2、linux时间同步 ----------// | 14 | //---------- 2、linux时间同步 ----------// |
| 15 | // 查看是否安装了chrony | 15 | // 查看是否安装了chrony |
| 16 | rpm -qa|grep chrony | 16 | rpm -qa|grep chrony |
| 17 | +// 没有找到,yum安装 | ||
| 18 | +yum install chrony -y | ||
| 17 | 19 | ||
| 18 | ``` | 20 | ``` |