Posts Tagged debian
Using vi as crontab editor
Posted by Lincoln Zuljewic Silva in Linux on April 22nd, 2009
Hi!
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 |
