问题
I need to create a cron job that will run on the every 1st day of the month every minute of this day. I will create it from cpanel.
Any help is appreciated. Thanks
回答1:
The crontab entry should look like this :
* * 1 * * cmd_to_run
The columns mean
every minute
every hour
1st day of month
every month
any day of week, and then the command.
I'm not sure about cpanel admin
来源:https://stackoverflow.com/questions/19874784/cron-job-to-run-every-1st-day-of-the-month