Automate tasks in Linux using cron
Cron is a simple yet powerful tool for automating tasks on Linux, macOS, BSD, and other Unix systems.
* 1 * * * /bin/date >> /tmp/date_and_time.txtMinute 0 to 59
Hour 0 to 23
Day of month 1-31
Month 1-12
Day of week 0-6
Command The command to executeExample of a cron job for Magento
What does the cron job do?
Examples of how to handle the resulting output
PreviousEdit the hosts file on Windows, macOS or LinuxNextSecure Active Directory with Windows Firewall
Last updated
Was this helpful?