Multiple choice technology operating systems Commands more <filename> pico <filename> cat <filename> touch <filename> Reveal answer Fill a bubble to check yourself D Correct answer Explanation touch creates a new empty file if it doesn't exist, or updates the timestamp if it does. more is for viewing file contents, pico is a text editor, cat displays file contents. Only touch creates files.