Multiple choice technology operating systems

How to create a new file, without opening it?

  1. touch filename

  2. cat filename

  3. less filename

  4. create filename

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The touch command creates an empty file without opening it for editing. cat displays file contents, less views files page-by-page, and create is not a standard Unix file creation command.