LPIC-1 Exam 101 v5 (Linux Administrator) — Question 82

When in Normal mode in vi, which character can be used to begin a reverse search of the text?

Answer options

Correct answer: D

Explanation

The correct answer is D, as the '?' character is specifically used in vi to perform a reverse search. The other options do not serve the purpose of searching backward through the text; for example, '/' is used for forward searches, while 'r', 'F', and 's' have different functions in Normal mode.