Information
The cron daemon is used to execute batch jobs on the system.
Rationale:
While there may not be user jobs that need to be run on the system, the system does have
maintenance jobs that may include security monitoring that have to run, and cron is used
to execute them.
Solution
Based on our system configuration, run the appropriate one of the following commands to
enable cron :
# chkconfig crond on
# systemctl enable crond
# update-rc.d crond enable
Notes:
Additional methods of enabling a service exist. Consult your distribution documentation for
appropriate methods.