Linux 修改系统时间的两种方式 - 知乎 (zhihu.com)
debian 安装NTP并设置自动时间同步_debian ntpdate-CSDN博客
命令修改
root@debian:~# date -s "2024-04-30 16:43:10" 2024年 04月 30日 星期二 16:43:10 CST root@debian:~# root@debian:~# root@debian:~# date 2024年 04月 30日 星期二 16:43:11 CST root@debian:~# root@debian:~# hwclock --show 2024-04-30 16:38:05.659342+08:00 root@debian:~# root@debian:~# hwclock -w root@debian:~# root@debian:~# root@debian:~# hwclock --show 2024-04-30 16:48:22.212441+08:00 root@debian:~#
定时任务
*/60 * * * * /usr/sbin/ntpdate ntp.sjtu.edu.cn
标签:04,16,30,2024,修改,时间,Linux,root,debian From: https://www.cnblogs.com/daizichuan/p/18168493