crontab test
service cron status service cron stop service cron start
Here is what the above code is Doing:
1. We’re using the service command to check the status of the cron service.
2. We’re using the service command to stop the cron service.
3. We’re using the service command to start the cron service.