How to Resolved -bash: crontab: command not found error
Symptoms: When i try to crontab command on my CentOS 5 server, it will return this error message: [root@server ~]# crontab -l -bash: crontab: command not found or [root@server ~]# crontab -e -bash: crontab: command not found Findings: crontab was not installed on this server. Solution : Just run yum install to install the crontab […]