19 May 2022
Automating tasks in Linux using Cron
Not many of us have the time or energy to run scripts for system backup at 2 AM or ping the server to check if it’s up and running. Fortunately, Linux systems offer the Cron service for automating periodic tasks. The name Cron comes from the Greek word chronos[1] which means time. Tasks that are […]