Crontab Missing from server
If you found crontab was not present in your server, you can go
for the following steps to install the same
yum -y install vixie-cron.x86_64
OR
yum -y install vixie-cron
/etc/init.d/crond start
chkconfig crond on
If you found crontab was not present in your server, you can go
for the following steps to install the same
yum -y install vixie-cron.x86_64
OR
yum -y install vixie-cron
/etc/init.d/crond start
chkconfig crond on
No comments:
Post a Comment