Commit 62d9e0174eeefdb12561bca688670093c511c78f
1 parent
f0420e0c
Updates 01_basic/ntp.md
Auto commit by GitBook Editor
Showing
1 changed file
with
1 additions
and
1 deletions
01_basic/ntp.md
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | ### Centos7上使用chrony组件,同步时间,目前只是设置了时间服务器,以后别的机器需要同步时间服务器 | 3 | ### Centos7上使用chrony组件,同步时间,目前只是设置了时间服务器,以后别的机器需要同步时间服务器 |
| 4 | ``` | 4 | ``` |
| 5 | -//---------- linux时间同步 ----------// | 5 | +//---------- linux时间同步(chrony服务端口) ----------// |
| 6 | // 查看是否安装了chrony | 6 | // 查看是否安装了chrony |
| 7 | rpm -qa|grep chrony | 7 | rpm -qa|grep chrony |
| 8 | // 没有找到,yum安装 | 8 | // 没有找到,yum安装 |