Multiple choice technology operating systems

Commands

  1. more <filename>

  2. pico <filename>

  3. cat <filename>

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