Answers for "how to restart cron job"

1

how to restart cron job

#Red Hat / CentOs:

service crond restart

#or

/etc/init.d/crond restart

#Ubuntu:

sudo service cron restart

#or

sudo /etc/init.d/cron restart
Posted by: Guest on April-15-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language