2022 June

crons and crontab

Time Scheduler Notation: Standard Minute Hour DayOfMonth Month DayOfWeek * = any value , = value list separator – = range of values / = step values (Increments) Non-Standard @yearly @annually @monthly @weekly @daily @hourly @reboot Examples Run a cron once every minute * * * * * /path/to/script */1 * * * * /path/to/script… read more »

Sidebar