In the vi editor, which command option enables the display of line numbers on the screen?
Explanation
The 'nu' option in vi is used to show line numbers alongside the text, helping users navigate the file more easily. The other options do not provide this functionality.