The correct answer is B. vi starts and requires the user to explicitly either create a new or load an existing file.
When you run the vi command without specifying a filename, it opens in command mode, but doesn't automatically load or create a file. You have to explicitly tell it what you want to do:
To create a new file:
Type :e filename and press Enter (where filename is the name of the new file you want to create).
To open an existing file:
Type :e filename and press Enter (where filename is the name of the existing file you want to open).
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
9866666
5 months, 1 week ago