archlinux - Can't edit crontab -
I am trying to edit my crontab but I can not even open it!
My user foo, I just type:
crontab -e
Then I found:
< Using a crontab-empty nanotechnology for any crop: There is no such file or directory crontab: "Nano" exits from position 1, so I tried first: export EDITOR = nano
I tried again and I got the same output. I also tried to set my editor with
export editor = vim no crontab with Vim - using empty one vim: there is no such file or directory cronat: "vim "Exit from position 1"
but I only take care to exit once again.
< P> This message is normal because you still do not have any cronbs for that user:
There is no crystal for foo - using blank one
P> This is happening because you The editor is not properly defined. To do this, you have to specify the full path of binary:
exporting EDITOR = / usr / bin / nano
or
< Pre> exported EDITOR = / usr / bin / vi
Comments
Post a Comment