Centos 设置定时任务
1
-
$ yum install crontabs
$ systemctl enable crond
$ systemctl start crond
-
vim /etc/crontab
在配置中添加规则
59 0 * * * root /usr/bin/sarg
0 12 * * * root /usr/bin/sarg
0 18 * * * root /user/bin/sarg
-
$ crontab /etc/crontab
-
$ crontab -l
.. raw:: html
</p>