Multiple choice

What command do you use to delete files

  1. mv

  2. ls

  3. rm

  4. dd

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

The rm command is used to remove (delete) files or directories. mv is for moving/renaming, ls for listing, and dd for data copying.