Multiple choice technology operating systems Which command is used to view the file without modifying it? view cat more head tail Reveal answer Fill a bubble to check yourself B Correct answer Explanation While view opens files in vim read-only mode, cat is the standard command to display file contents without modification. more and less are pagers, head/tail show file portions.