How to stop a currently running cron job?
just comment the cronjob by #
then
just comment the cronjob by #
then
If you are using Redhat (RHEL)/Fedora Core/Cent OS Linux use the following command :
$ sudo systemctl status crond
If you are using Debian or Ubuntu Linux the following command :
$ sudo systemctl status cron
Comments
Post a Comment