2
Many utilities in Ubuntu Linux use a text editor to edit configuration options and files. One example of this is using the crontab command, that allows you to edit your cron jobs using the default editor.
It’s quite easy to set the default editor using the update-alternatives command. Open a terminal and type in the following command:
sudo update-alternatives “config editor
Here is an example of what you’ll see:
$ sudo update-alternatives “config editor
There are 5 alternatives which provide `editor’.
Selection Alternative
“”””””””””””””””
1 /usr/bin/vim
2 /bin/ed*+
3 /bin/nano
4 /usr/bin/vim.basic
5 /usr/bin/vim.tiny
Press enter for keeping the default[*] or type selection number:
You can select the editor you want by just typing in the number. Eg.if you want to change the default editor to vim, you just hit the number 1.
You can test this out by typing in crontab -e to edit your cron file. You will see the editor that you have chosen, instead of the default.
How to Change the Default Editor From Nano on Ubuntu or Linux
Facebook
Linkedin
Twitter
Pinterest
Read More Post
Revolutionizing Your Ride: Expert Auto Service At Carolina Auto Service
by
Daniel
February 27, 2024
Floratam: The Robust Grass Solution From Council Growers SOD
by
Daniel
January 25, 2024
Carolina Mobile Autoservice: Your Go-To For Expert Brake Service Repair
by
Daniel
January 25, 2024