Linux Execute Cron Job After System Reboot
By cyberciti.biz last updated May 3, 2017 in CategoriesLinux, UNIX Iam on Red Hat Enterprise Linux server. Is there is an easy way to run script or command at boot time after fresh reboot command? crontab is the program used to install, deinstall or list the tables used to drive the cron daemon in Vixie Cron. Each user can have their own crontab, and though these are files in /var/spool/cron/crontabs, they are not intended to be edited directly. [donotprint][/donotprint]You or user can use crontab program to edit cron jobs. Running job at startup (boot time) You need to use special string called @reboot. It will … Continue reading Linux Execute Cron Job After System Reboot