[root@stark-ali-ecs ~]# service crond status
查看定时任务器状态
[root@stark-ali-ecs ~]# service crond start
如果不在启动状态则使用该命令启动
[root@stark-ali-ecs ~]# vi /etc/crontab #编辑任务
设置任务
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
# For details see man 4 crontabs
# Example of job definition:
# .---------------- minute (0 - 59)
# | .------------- hour (0 - 23)
# | | .---------- day of month (1 - 31)
# | | | .------- month (1 - 12) OR jan,feb,mar,apr ...
# | | | | .---- day of week (0 - 6) (Sunday=0 or 7) OR sun,mon,tue,wed,thu,fri,sat
# | | | | |
# * * * * * user-name command to be executed
00 05 * * * root reboot #使用 root 用户在 5:00 分重启系统
编辑定时任务详情
[root@stark-ali-ecs ~]# service crond restart
保存定时任务器后重启定时任务器
配置完成系统自动定时重启后,将一些服务设置开机启动,请查看详情:https://hexingxing.cn/centos7-list-unit-files/
友情提示:本站所有文章,如无特殊说明或标注,均为何星星原创发布。与此同时,趋于近年来本站的文章内容频繁被他站盗用与机器采集,现已全局禁用网站文字内容操作,了解详情或转载文章请 点此 继续!
0 条评论