Multiple choice technology

vi editor is used for ?

  1. Creating a file

  2. Deleting a file

  3. Modifying a file

  4. View a file

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

The vi editor is a text editor used for creating, modifying, and viewing text files. While you can execute shell commands from vi to delete files, the editor's primary purposes are creation, editing, and viewing - not file deletion.