Crontab Scheduling

DevOps Server Crontab Scheduling

Command

Command Description
crontab -l Check the location of your crontab file using the command
cron -f Run the crontab manually. This will start the cron daemon in the foreground and run any scheduled jobs immediately.
/etc/init.d/cron start Start cron service
/etc/init.d/cron stop Stop cron service
/etc/init.d/cron restart Restart cron service

Reference


Debug

DevOps Server Debug