A Sample Cron File
- Forums
- Linux Hosting
- A Sample Cron File
this is a sample file you can use to make cron files to execute shell scripts [1377], Last Updated: Mon Jun 24, 2024
Hostman
Sun Mar 21, 2010
0 Comments
418 Visits
this is a sample file you can use to make cron files to execute shell scripts
SHELL=/bin/bash
MAILTO=myuser
HOME=/home/myuser
0,30 * * * * /usr/bin/fetchmail -s
0,45 * * * * /user/local/bin/cleanfiles $HOME