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
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
No comments:
Post a Comment