Linux 修改时间

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

 

                                    

posted @ 2024-04-30 17:45  你说夕阳很美  阅读(82)  评论(0)    收藏  举报