Multiple choice

Create a blank file.

  1. touch <file name>

  2. rm <path>

  3. mkdir <directory name>

  4. rmdir <directory name>

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

The touch command is primarily used to update the timestamps of a file, but it also creates an empty file if the specified file does not already exist.