Multiple choice technology operating systems Why is VI not recommended for viewing log files ? Complex Occupies more memory Not available in all UNIX servers 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.