I'm running RHEL 5.6. I type
$ crontab -e
and all I see is
Killed
I am, however, able to edit a file (let's say I call it crontab.in) and then type
$ crontab crontab.in
$ crontab -l
and see that it works that way and the entry I placed in crontab.in will run when it should.
So why is crontab -e not working for me?
crontab -lwork? What's$EDITORset to? – Dennis Kaarsemaker Jan 18 at 20:40crontab <filename>anyway; it avoids losing information if I make a mistake while editing. (I keep my crontab in a version control system.) – Keith Thompson Jan 18 at 22:20$EDITORset to? Do you have free space in/tmp(trydf /tmp)? – Keith Thompson Jan 18 at 22:22