To set up a cron job that runs at 5 a.m. every day, what would be the correct crontab entry?
5 0 * * * /path/to/script.sh
0 5 * * * /path/to/script.sh
* 5 * * * /path/to/script.sh
* * 5 * * /path/to/script.sh