centos7怎么重启crontab

2024-10-13 02:02:52

1、查询确认版本,本经验的版本是centos7系统。如下图

centos7怎么重启crontab

3、编辑crontab设置计划任务,最常用的是crontab -e编辑

centos7怎么重启crontab

5、如何重启crontablinux下 crontab服务对应的是crond服务。可以通过service crond restart重启

centos7怎么重启crontab

7、关于crontab的编辑方式,除了crontab -e之外。还可以通过直接编辑/etc/crontab 的配置文件来实现

centos7怎么重启crontab

9、当然还有一个系统的定时任务目录,/etc/下的 cron.daily

centos7怎么重启crontab
猜你喜欢