Getting -bash: crontab: command not found when i enter crontab -e command ,
I figured it out after googling around , that crontab package is replaced by “cronie” in enterprise linux 6.
I confirmed it
[root@localhost ~]# rpm -qf `which crontab`
cronie-1.4.4-7.el6.x86_64
So i did…………….. # yum install cronie
0 Comments