Multiple choice technology operating systems What command used to Look at a file, one page at a time cat more less view Reveal answer Fill a bubble to check yourself B Correct answer Explanation The more command displays file contents one page at a time with pagination. cat dumps entire file, less is a more advanced pager, view opens files in vim read-only mode.