Multiple choice technology operating systems

What will happen if I press v after firing the following command?

  1. Show verbose messages

  2. Enter VI editor

  3. Show the version of more command

  4. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In Unix 'more' pager, pressing 'v' invokes the vi editor on the current file. This is a standard more command feature for quick editing of the viewed file.