How To Add Jobs To cron Under Linux or UNIX
By cyberciti.biz last updated February 4, 2018 in CategoriesCommands, Linux, UNIX How do I add cron job under Linux or UNIX like operating system? Cron allows Linux and Unix users to run commands or scripts at a given date and time. You can schedule scripts to be executed periodically. Cron is one of the most useful tool in a Linux or UNIX like operating systems. It is usually used for sysadmin jobs such as backups or cleaning /tmp/ directories and more. The cron service (daemon) runs in the background and constantly checks the /etc/crontab file, and /etc/cron.*/ directories. It also checks the /var/spool/cron/ directory. crontab command You need to use the … Continue reading How To Add Jobs To cron Under Linux or UNIX