Crontab
Introduction A crontab file is a simple text file containing a list of commands meant to be run at specified times. Each user (including root) has one. It is commonly edited in a terminal using the crontab command. The commands in the crontab file (and their run times) are checked by the cron daemon, whether … Read more