为了编辑该机,把这个文件改成646可写后,就发现一直不能运行,出现
错误信息”

(*system*) INSECURE MODE (group/other writable) (/etc/crontab)

”是指/etc/crontab文件的权限设置错误。
请执行命令:

chmod 644 /etc/crontab

经过改正之后,重启服务
service cron restart

相关文章:

  • 2022-01-07
  • 2022-02-07
  • 2021-07-31
  • 2022-01-07
  • 2021-06-28
  • 2021-08-02
  • 2021-09-10
猜你喜欢
  • 2022-12-23
  • 2022-02-07
  • 2022-01-07
  • 2022-12-23
  • 2021-10-03
  • 2022-02-28
  • 2021-12-03
相关资源
相似解决方案