Showing posts with label cron[26468]: (root) INSECURE MODE (mode 0600 expected) (crontabs/root). Show all posts
Showing posts with label cron[26468]: (root) INSECURE MODE (mode 0600 expected) (crontabs/root). Show all posts

Saturday, April 11, 2020

Crons stopped working

Error : cron[26468]: (root) INSECURE MODE (mode 0600 expected) (crontabs/root)

If your crons have stopped working because of incorrect permissions, here is the solution for you.

Solution :
sudo chmod 600 /var/spool/cron/crontabs/root
sudo service cron restart