Recently I needed to alter /etc/sudoers and this is done with visudo. The visudo default editor is Nano and I have a personal preference for vi.
To change the default editor on a system you do:
sudo update-alternatives --config editor
It will present you with a list of editors and you basically chose the number of the editor you prefer.
No comments:
Post a Comment