Install Crontab in Centos 6.4
Install “crontab” on CentOS 6.4
very strange but The CentOS minimal install doesn’t include “crontab” services by default,
to install and enable them use the following steps.
Install the package and dependencies
#yum install vixie-cron
Enable the package on boot and start
# /sbin/chkconfig crond on
# /etc/init.d/crond start