Multiple choice technology operating systems

To create an empty file, what command is used?

  1. touch

  2. feel

  3. make

  4. finger

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

The touch command creates a new empty file if it doesn't exist, or updates the timestamp if it does. This is the standard Unix/Linux command for creating empty files quickly without opening an editor.