LPI Exam Questions

How can you enable onscreen (non-printing) numbers in a vi session?

How can you enable onscreen (non-printing) numbers in a vi session?

A.
:set num

B.
:se nu

C.
:set -o number

D.
:set +o num

E.
None of the choices