Multiple choice

What command do you use to start the visual file editor

  1. vi

  2. ps

  3. pwd

  4. passwd

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

vi is a classic visual text editor available on almost all Unix-like systems. The other options are for process management, directory navigation, or password management.