Posts Tagged debian
Using vi as crontab editor
Posted by Lincoln Zuljewic Silva in Linux on April 22, 2009
The default Debian installation use a non-vi editor when you try to use crontab (ie: “crontab -e”).
To change it to vi, you should do the following:
# rm -f /etc/alternatives/editor ln -s /usr/bin/vi /etc/alternatives/editor