Commit 3e42b6f247c86596c990528c7c47bf3c22e7ae2f

Authored by 徐烜
1 parent 0cbfd1e4

Updates chapter1.md

Auto commit by GitBook Editor
Showing 1 changed file with 2 additions and 2 deletions
chapter1.md
... ... @@ -3,7 +3,7 @@
3 3 ### 命令(待整理)
4 4  
5 5 ```
6   -//---------- 1、查看linux版本号 ----------/
  6 +//---------- 1、查看linux版本号 ----------//
7 7 // 查看当前版本发行日期
8 8 uname -a
9 9 // 查看linux内核版本,包括gcc版本
... ... @@ -11,6 +11,6 @@ cat /proc/version
11 11 // 查看linux发行版本
12 12 cat /etc/centos-release
13 13  
14   -//---------- 2、linux时间同步 ----------
  14 +//---------- 2、linux时间同步 ----------//
15 15  
16 16 ```
... ...