|
CRON, /etc/crontab example |
SHELL=/bin/sh PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
# m h dom mon dow user command 6 * * * * root cd / && run-parts --report /etc/cron.hourly 11 3 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily ) 44 2 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly ) 42 2 14 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly ) #
*/5 * * * * root /_scripts/_cron_init/ping.txt # */5 * * * * root /_scripts/wget/wget.txt 55 3 */2 * * root /_scripts/_cron_init/pdumpfs.txt 55 4 * * * root /_scripts/_cron_init/mysql_and_config_backup.txt 1 */2 * * * root /_scripts/_cron_init/chmod_chown.txt 1 */2 * * * root /_scripts/_cron_init/mysql_check.txt 15 4 * * * root /_scripts/_cron_init/du.txt 30 4 10 * * root /_scripts/_cron_init/wget_ip.txt * * * * * root /_scripts/_cron_init/netstat.txt
# */5 * * * * root /_scripts/_cron_init/proxy_script.txt 1 1 * * * root /_scripts/_cron_init/mysql_delete_forum.txt |