Setting up a basic Cron Job on a server

One of the most common and useful jobs one may come across when working with any kind of long term project involving basic systems administration is to set up scheduled tasks to be executed automatically at a planned time. This can be achieved by using Cron, a time-based task scheduler…