Suppose your getting the below error on CentOS box.
[root@server ~]# crontab -l
-bash: crontab: command not found
[root@server ~]# crontab -e
-bash: crontab: command not found
Step1 : INSTALL CRONTAB ON CENTOS 6.x
#yum install *cron*
Step2 : Enable the package on boot and start
# /sbin/chkconfig crond on
Step3: Start the service by
# /etc/init.d/crond start
or
# service crond start
[root@server ~]# crontab -l
-bash: crontab: command not found
[root@server ~]# crontab -e
-bash: crontab: command not found
Step1 : INSTALL CRONTAB ON CENTOS 6.x
#yum install *cron*
Step2 : Enable the package on boot and start
# /sbin/chkconfig crond on
Step3: Start the service by
# /etc/init.d/crond start
or
# service crond start
No comments:
Post a Comment