Multiple choice technology operating systems

A file can be created using

  1. touch

  2. vi

  3. cat

  4. a&b

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

Both touch and vi can create files. touch creates an empty file immediately, while vi opens the text editor and creates the file when you save. Since both A and B are valid methods, D (a&b) is correct.