第10章 NTP时间服务 快乐记录
systemctl mask ntpd 关一个时间服务器,不能有两个时间服务器
systemctl status chronyd.service 用这个时间服务器
vim /etc/chrony.conf 配置文件
打开2号机作为客户端
vim /etc/chrony.conf 配置文件
timedatectl 查看当前时间状态
systemctl restart chronyd.service 重启服务
回到主机,重启服务
systemctl restart chronyd.service 重启服务
然后回来客户端重启服务发现还是没对表,因为重启服务对表需要过几分钟
chronyc sourcest -v 查看时间服务器
chronyc sourcestats -v 也可以查看时间服务器状态
timedatectl list-timezones 列出时区
timedatectl set-timezone Asia/Shanghai 设置时区
timedatectl set-time 2015-01-10 修改日期
timedatectl set-time 10:00:00 修改时间
timedatectl set-time "2015-01-01 12:00:00" 统一修改加引号
systemctl restart chronyd.service 重启再对表
ntpdate 192.168.100.1 直接对表
date 老方法看时间
date -s "2015-01-01" 这也能该时间
hwclock 这可以改系统主板时间