Multiple choice technology operating systems

esc + : + w

  1. To quit the vi editor

  2. To save file

  3. To save file with file name (save as)

  4. To clear the screen

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

The sequence Escape + : + w in vi saves the current file to disk without exiting. The 'w' stands for 'write' - a basic vi command for saving work.