Multiple choice technology operating systems

esc + : + q

  1. To quit without saving

  2. To save and quit vi editor

  3. To quit the vi editor

  4. To find the next occurance of the letter 'q'

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

Escape + : + q attempts to quit vi. If no changes were made, it exits. If there are unsaved changes, vi will warn you. To force quit without saving, you'd use q!.