» Linux »
Examen sur Linux »
Examen 201 : Advanced Administration »
Section 5 »
Question 13/23
Answer: set -o vi
Explanation: The read line support in the bash shell defaults to emacs editing mode. You can easily switch that
to vi mode by issuing the following command: set -o vi. This will last until you logoff. The next time you log
on, the default editing mode will be used.
Reference: http://www.portico.org/index.php3?catList=26