2024年11月CentOS6系统时区不对如何修改?(2)

发布时间:

  ⑴方法. 设定计划任务

  ⑵crontab格式如下:

  ⑶# For details see man crontabs

  ⑷# Example of job definition:

  ⑸# 。---------------- minute ( -

  ⑹# | 。------------- hour ( -

  ⑺# | | 。---------- day of month ( -

  ⑻# | | | 。------- month ( - OR jan,feb,mar,apr 。。。

  ⑼# | | | | 。---- day of week ( - (Sunday= or OR sun,mon,tue,wed,thu,fri,sat

  ⑽# | | | | |

  ⑾# * * * * * mand to be executed

  ⑿设定crontab计划任务也有两种方式:

  ⒀、写在/etc/crontab里

  ⒁ * * * root ntpdate ...

  ⒂每天点与中国国家授时中心同步时间

  ⒃每天点与中国国家授时中心同步时间

  ⒄apt-get install ntpdate

  ⒅ * * * root ntpdate us.pool.ntp.

  ⒆、使用命令crontab -e

  ⒇crontab -e

  ⒈ * * * root ntpdate us.pool.ntp.;hwclock -w

  ⒉这样每天:自动进行网络校时,并同时更新BIOS的时间

  ⒊上面就是CentOS时区不对修改的方法介绍了,当然如果不影响你系统的使用,也可不对时区进行调整。