Multiple choice technology operating systems

Which command is used to view the file without modifying it?

  1. view

  2. cat

  3. more

  4. head

  5. 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.