I am familiar to setup the cron scheduler using crontab -e
command on my centos
. But today I found one of my centos
servers doesn't have this command
I have tried to install this using yum install crontab
but no luck. Then I tried yum install crontabs
and it installed something
=============================================================================
Package Arch Version Repository Size
=============================================================================
Updating:
crontabs noarch 1.10-11.el5 base 7.0 k
Transaction Summary
=============================================================================
Install 0 Package(s)
Update 1 Package(s)
Remove 0 Package(s)
Total download size: 7.0 k
Is this ok [y/N]:
But still the crontab
command doesn't work. If I do cat /etc/crontab
then it shows below thing
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
40 * * * * root run-parts /etc/cron.hourly
54 1 * * * root run-parts /etc/cron.daily
14 3 * * 0 root run-parts /etc/cron.weekly
38 1 16 * * root run-parts /etc/cron.monthly
What should I do to have crontab
on that particular server? I am using CentOS release 5.2 (Final)
.
grep on cron shows:
[root~]# ps -ef | grep cron
root 24022 24001 0 19:07 pts/1 00:00:00 grep cron
starting cron service returns:
[root~]# service cron start
cron: unrecognized service