How To Start/Stop/Restart Cron Service In Linux Centos 7
Start/Stop/Restart cron service in Redhat/Fedora/CentOS
Centos 7 :
systemctl stop crond.service
systemctl restart crond.service
systemctl start crond.service
If you are using Redhat/Fedora/CentOS Linux login as root and use the…