Posts Tagged ‘linux cronjob’
I needed a way to run a cronjob every other Saturday. You could alter this for other scenarios as long as you set the correct schedule in your crontab.
0 3 * * 6 /root/scripts/MYSCRIPT.sh
The first time cron runs, it should detect that no file is present (in this case “/tmp/cron_control”), which in turn creates [...]
Categories: Uncategorized
Tags: linux cronjob
