Is there Any File that contain Cronjob list?
我在网站上有文件读取权限;
是否有基于Linux系统的文件(不是目录列表的文件夹)上有cronjob列表?
我搜索并找到了
1 2 3 4 | SHELL=/bin/bash PATH=/sbin:/bin:/usr/sbin:/usr/bin MAILTO=root HOME=/ |
有关详细信息,请参阅
1 2 3 4 5 6 7 8 | 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 |
cronjob命令文件有什么替代方案吗?
(或者
是的,您的crontab(可能)存储在一个文件中 - 但是没有充分的理由关心它。
在我的系统上,该文件是
我从
除了
1 | # DO NOT EDIT THIS FILE - edit the master and reinstall. |
您应该使用
使用
您可以使用
-
/etc/crontab -
/etc/cron.hourly/* -
/etc/cron.daily/* -
/etc/cron.weekly/* -
/etc/cron.monthly/* -
/etc/cron.d/*