/etc/cron.daily/locate有空白行。 文件只读不能编辑

我每天都会得到这个输出。

/etc/cron.daily/locate: run-parts: failed to exec /etc/cron.daily/locate: Exec format error run-parts: /etc/cron.daily/locate exited with return code 1 

文件内容以空行开始:

 #!/bin/sh exit 0 

即使是root用户,该文件也是只读的。 我无法编辑,mv,rm,chmod等…

想法?