Multiple choice technology operating systems

esc + yy

  1. To copy the line where cursor is located

  2. Search for the letter y

  3. Save and quit the editor

  4. Confirm quit without saving

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

In vi, 'yy' yanks (copies) the entire current line. After yanking, you can paste it with 'p' (put). The 'y' stands for 'yank' - vi's term for copy.