crontab: command not found
Posted in Uncategorized on July 2nd, 2009 by paul – Be the first to commentOn a centos 5.3 vps I got recently I found that crontab was not installed.
On typing crontab -e to edit root’s crontab I got the error:
crontab: command not found
It seemed odd that this was not installed. Anyway, it took me a few moments to work out what package I needed to install.
yum install vixie-cron
there you go.