Fedora 16 crontab Problem





Last Updated on 05/16/2012 by dboth

There is a problem with crontab in Fedora 16. The crontab -l command works as expected, but the crontab -e command throws an error indicating that there is no /bin/vi program.

The simple solution to this is to create a symbolic link to the vi program in /usr/bin as shown below.

ln -s /usr/bin/vi /bin/vi