Multiple choice

Remove a file or directory. Common options: -r -f

  1. rm <path>

  2. del <path>

  3. remove <path>

  4. delete <path>

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

The rm command (remove) is used to delete files or directories in Unix-like systems.