Multiple choice technology operating systems

Why is VI not recommended for viewing log files ?

  1. Complex

  2. Occupies more memory

  3. Not available in all UNIX servers

  4. Too many commands to remember

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

VI/VIM loads the entire file into memory for editing. When viewing large log files, this can consume significant RAM and become slow. Tools like less, more, or tail are preferred for log viewing as they don't require loading the entire file.