# rpm -qa | grep cron
crontabs-1.10-5.noarch
I have the above version of cron installed on my RHEL 6 server. My crontabs commands aren't reconginzed:
# crontabs -l
-bash: crontabs: command not found
My server is remote and not internet connected so troubleshooting is difficult as I can only ssh to it. How can I find the crontabs service to start it?