需要准备3台虚拟机

 

语法格式 crontab [选项]

选项

英文

含义

-e

edit

编辑crontab定时任务

-l

displayed

显示crontab任务

-r

remove

删除当前用户所有的crontab任务

参数说明

 

 

含义

范围

 

第一个 *

一小时当中的第几分钟

0~59

第二个 *

一天当中的第几小时

0~23

第三个 *

一个月当中的第几天

1~31

第四个 *

一年当中的第几月

1~12

第五个

一周当中的星期几

0~7(0和7都代表星期日)

命令

含义

* * * * * command

实例1:每1分钟执行一次command

3,15 * * * * command

实例2: 每小时的第3和第15分钟执行

3,15 8-11 * * * command

实例3: 在上午8点到11点的第3和第15分钟执行

3,15 8-11 */2 * * command

实例4: 每隔两天的上午8点到11点的第3和第15分钟执行

3,15 8-11 * * 1 command

实例5: 每个星期一的上午8点到11点的第3和第15分钟执行

30 21 * * * /etc/init.d/smb restart

实例6: 每晚的21:30重启smb

45 4 1,10,22 * * /etc/init.d/smb restart

实例7: 每月1、10、22日的4 : 45重启smb

10 1 * * 6,0 /etc/init.d/smb restart

实例8:每周六、周日的1 : 10重启smb

0,30 18-23 * * * /etc/init.d/smb restart

实例9:每天18 : 00至23 : 00之间每隔30分钟重启smb

三台机器时钟同步

1.安装 ntpd服务

yum -y install ntpd

2.编辑 vim /etc/ntp.conf

restrict 192.168.100.0 mask 255.255.255.0 nomodify notrap

注释

#server0.centos.pool.ntp.org #server1.centos.pool.ntp.org #server2.centos.pool.ntp.org #server3.centos.pool.ntp.org

最后加上

server 127.127.1.0 # localclock fudge 127.127.1.0 stratum 10

 

 

 

 

 

 

 

 

 

 

GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e added ecosystem file for PM2 4 年前
5def40a3 Add host customization support for the NodeJS version 4 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐