Linux OS Editors Question:
Which vi editor command copies the current line of the file?
a) yy
b) yw
c) yc
d) none of the mentioned

Answer:
a) yy
Explanation:
The command 'p' puts the copied text after the cursor.
Explanation:
The command 'p' puts the copied text after the cursor.