Multiple choice

Remove a directory (only if empty).

  1. rmdir <directory name>

  2. mkdir <directory name>

  3. touch <file name>

  4. rm <path>

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

The rmdir command (remove directory) is specifically designed to delete empty directories.