If there is an entry in crontab with the following syntax:
* * * * * /usr/bin/program
How often would this be run? How would it initially get launched?
If there is an entry in crontab with the following syntax:
* * * * * /usr/bin/program
How often would this be run? How would it initially get launched?
Your cron entry will execute every single minute of every hour of every single day of every single month of every single year
A search for crontab syntax will give you man indepth explanations.
I find it handy to note the ordering in a comment at the top as a reminder.