Answer the question
In order to leave comments, you need to log in
/usr/bin/crontab: cannot execute binary file: Exec format error?
/etc# crontab -e
-bash: /usr/bin/crontab: cannot execute binary file: Exec format error
Answer the question
In order to leave comments, you need to log in
Either the binary is damaged, or the libraries on which it depends.
View dmesg when such an error occurs.
Look ldd /usr/bin/crontab
for missing libraries.
You can also stupidly reinstall the package.
For debian something like this:sudo apt install --reinstall cron
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question