Multiple choice technology operating systems

Which of these is not a valid mode in the VI editor in unix?

  1. command

  2. ex

  3. edit

  4. insert

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

The vi editor has three primary modes: command mode (default), insert mode (for typing text), and ex mode (command-line mode accessed with :). 'edit' is not a valid mode in vi - this is likely a confusion with other editors.