#Red Hat / CentOs:
service crond restart
#or
/etc/init.d/crond restart
#Ubuntu:
sudo service cron restart
#or
sudo /etc/init.d/cron restart
#Red Hat / CentOs:
service crond stop
#or
/etc/init.d/crond stop
#Ubuntu:
sudo service cron stop
#or
sudo /etc/init.d/cron stop