What is a Cronjob and understanding syntax
A cron job is a task automated using cron, a scheduler tool on a Unix System like Linux. Common cron jobs include running scheduled backups, updating software, clearing the cache, and monitoring the disk space, deleting files periodically which are no longer required and running system maintenance tasks etc. Creating cron jobs helps reducing human…