101-400 Exam QuestionsBrowse all questions from this exam

101-400 Exam - Question 74


What happens after issuing the command vi without any additional parameters?

Show Answer
Correct Answer: D

When the command 'vi' is issued without any additional parameters, it starts in command mode and opens a new empty file. No previous file or content is loaded, and the user can start creating or editing a new document.

Discussion

1 comment
Sign in to comment
DuboisNicolasDuclairOption: D
Oct 21, 2023

After issuing the command `vi` without any additional parameters: D. vi starts in command mode and opens a new empty file. When you simply run `vi` with no file specified, it opens a new, empty file in command mode, and you can start creating or editing a new document from scratch. If you want to open an existing file or load the last file used, you need to provide the file name as an argument to `vi`.