Multiple choice technology operating systems

To create an empty file, what command is used?

  1. feel

  2. touch

  3. make

  4. finger

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

The touch command in Unix/Linux is used to create an empty file or update the timestamp of an existing file. It is the standard command for creating new files without content.

AI explanation

The touch command updates a file's timestamp, and if the named file doesn't exist, it creates a new empty file with that name — making it the standard way to create empty files in Unix/Linux. The other listed words are not real shell commands.