Cronjob-Setting

Cronjob settings

Online resource

* * * * * /bin/bash path/to/file.sh

This is the basic setting for a cronjob. A cronjob is just a command you can set to a schedule.

The stars (*) are all increments of time. The above is set to run every minute.

#GeneralTools
#Cron