Multiple choice technology operating systems

What is the command vim for?

  1. A shell

  2. An editor

  3. System Manager

  4. None of these

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

vim is a widely-used Unix text editor, an improved version of the original vi editor. It is not a shell, system manager tool, or any other type of utility. Vim provides modal editing with powerful text manipulation capabilities and is standard on most Unix-like systems.