Published
- 1 min read
check active cron jobs linux
The solution for this is noted below
check active cron jobs linux
Solution
systemctl status cron
----------OR---------------
crontab -l
Try other methods by searching on the site. That is if this doesn’t work