Commit 11b9cfe7cb384bf47de6cb2bd3462626e00db545

Authored by 徐烜
1 parent 3e42b6f2

Updates chapter1.md

Auto commit by GitBook Editor
Showing 1 changed file with 2 additions and 0 deletions
chapter1.md
... ... @@ -12,5 +12,7 @@ cat /proc/version
12 12 cat /etc/centos-release
13 13  
14 14 //---------- 2、linux时间同步 ----------//
  15 +// 查看是否安装了chrony
  16 +rpm -qa|grep chrony
15 17  
16 18 ```
... ...